We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
supercollider
faust
1 parent 0373cc8 commit dd12730Copy full SHA for dd12730
lua/Comment/ft.lua
@@ -58,6 +58,7 @@ local L = setmetatable({
58
elixir = { M.hash },
59
elm = { M.dash, M.haskell_b },
60
elvish = { M.hash },
61
+ faust = { M.cxx_l, M.cxx_b },
62
fennel = { M.lisp_l },
63
fish = { M.hash },
64
fsharp = { M.cxx_l, M.fsharp_b },
@@ -111,6 +112,7 @@ local L = setmetatable({
111
112
scheme = { M.lisp_l, M.lisp_b },
113
sh = { M.hash },
114
solidity = { M.cxx_l, M.cxx_b },
115
+ supercollider = { M.cxx_l, M.cxx_b },
116
sql = { M.dash, M.cxx_b },
117
stata = { M.cxx_l, M.cxx_b },
118
svelte = { M.html, M.html },
0 commit comments