Skip to content

Commit c6b870f

Browse files
authored
1 parent 8d3aa5c commit c6b870f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/Comment/ft.lua

+2-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ local L = setmetatable({
5959
elixir = { M.hash },
6060
elm = { M.dash, M.haskell_b },
6161
elvish = { M.hash },
62-
faust = { M.cxx_l, M.cxx_b },
62+
faust = { M.cxx_l, M.cxx_b },
6363
fennel = { ';%s' },
6464
fish = { M.hash },
6565
fsharp = { M.cxx_l, M.fsharp_b },
@@ -130,6 +130,7 @@ local L = setmetatable({
130130
twig = { M.twig, M.twig },
131131
typescript = { M.cxx_l, M.cxx_b },
132132
typescriptreact = { M.cxx_l, M.cxx_b },
133+
v = { M.cxx_l, M.cxx_b },
133134
vim = { M.vim },
134135
vifm = { M.vim },
135136
vue = { M.html, M.html },

0 commit comments

Comments
 (0)