We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v
1 parent 8d3aa5c commit c6b870fCopy full SHA for c6b870f
lua/Comment/ft.lua
@@ -59,7 +59,7 @@ local L = setmetatable({
59
elixir = { M.hash },
60
elm = { M.dash, M.haskell_b },
61
elvish = { M.hash },
62
- faust = { M.cxx_l, M.cxx_b },
+ faust = { M.cxx_l, M.cxx_b },
63
fennel = { ';%s' },
64
fish = { M.hash },
65
fsharp = { M.cxx_l, M.fsharp_b },
@@ -130,6 +130,7 @@ local L = setmetatable({
130
twig = { M.twig, M.twig },
131
typescript = { M.cxx_l, M.cxx_b },
132
typescriptreact = { M.cxx_l, M.cxx_b },
133
+ v = { M.cxx_l, M.cxx_b },
134
vim = { M.vim },
135
vifm = { M.vim },
136
vue = { M.html, M.html },
0 commit comments