Skip to content

Commit

Permalink
feat(ft): add func support (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
braveltd committed Jun 1, 2023
1 parent 444e58e commit c804329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ local L = setmetatable({
faust = { M.cxx_l, M.cxx_b },
fennel = { M.semicolon },
fish = { M.hash },
func = { M.lisp_l },
fsharp = { M.cxx_l, M.fsharp_b },
gdb = { M.hash },
gdscript = { M.hash },
Expand Down

0 comments on commit c804329

Please sign in to comment.