Skip to content

Commit

Permalink
feat(ft): add v support (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 11, 2023
1 parent 8d3aa5c commit c6b870f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ local L = setmetatable({
elixir = { M.hash },
elm = { M.dash, M.haskell_b },
elvish = { M.hash },
faust = { M.cxx_l, M.cxx_b },
faust = { M.cxx_l, M.cxx_b },
fennel = { ';%s' },
fish = { M.hash },
fsharp = { M.cxx_l, M.fsharp_b },
Expand Down Expand Up @@ -130,6 +130,7 @@ local L = setmetatable({
twig = { M.twig, M.twig },
typescript = { M.cxx_l, M.cxx_b },
typescriptreact = { M.cxx_l, M.cxx_b },
v = { M.cxx_l, M.cxx_b },
vim = { M.vim },
vifm = { M.vim },
vue = { M.html, M.html },
Expand Down

0 comments on commit c6b870f

Please sign in to comment.