Skip to content

Commit

Permalink
feat(ft): add supercollider and faust support (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
madskjeldgaard committed Jan 18, 2023
1 parent 0373cc8 commit dd12730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ local L = setmetatable({
elixir = { M.hash },
elm = { M.dash, M.haskell_b },
elvish = { M.hash },
faust = { M.cxx_l, M.cxx_b },
fennel = { M.lisp_l },
fish = { M.hash },
fsharp = { M.cxx_l, M.fsharp_b },
Expand Down Expand Up @@ -111,6 +112,7 @@ local L = setmetatable({
scheme = { M.lisp_l, M.lisp_b },
sh = { M.hash },
solidity = { M.cxx_l, M.cxx_b },
supercollider = { M.cxx_l, M.cxx_b },
sql = { M.dash, M.cxx_b },
stata = { M.cxx_l, M.cxx_b },
svelte = { M.html, M.html },
Expand Down

0 comments on commit dd12730

Please sign in to comment.