Skip to content

Commit dd12730

Browse files
feat(ft): add supercollider and faust support (#252)
Ref: supercollider (https://doc.sccode.org/Reference/Comments.html) and faust (https://faustdoc.grame.fr/manual/syntax/)
1 parent 0373cc8 commit dd12730

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/Comment/ft.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ local L = setmetatable({
5858
elixir = { M.hash },
5959
elm = { M.dash, M.haskell_b },
6060
elvish = { M.hash },
61+
faust = { M.cxx_l, M.cxx_b },
6162
fennel = { M.lisp_l },
6263
fish = { M.hash },
6364
fsharp = { M.cxx_l, M.fsharp_b },
@@ -111,6 +112,7 @@ local L = setmetatable({
111112
scheme = { M.lisp_l, M.lisp_b },
112113
sh = { M.hash },
113114
solidity = { M.cxx_l, M.cxx_b },
115+
supercollider = { M.cxx_l, M.cxx_b },
114116
sql = { M.dash, M.cxx_b },
115117
stata = { M.cxx_l, M.cxx_b },
116118
svelte = { M.html, M.html },

0 commit comments

Comments
 (0)