Skip to content

Commit

Permalink
feat(ft): add coq support (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth authored Aug 7, 2023
1 parent e906b18 commit cbe31f8
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 @@ -50,6 +50,7 @@ local L = setmetatable({
cmake = { M.hash, M.hash_bracket },
conf = { M.hash },
conkyrc = { M.dash, M.dash_bracket },
coq = { M.fsharp_b },
cpp = { M.cxx_l, M.cxx_b },
cs = { M.cxx_l, M.cxx_b },
css = { M.cxx_b, M.cxx_b },
Expand Down

0 comments on commit cbe31f8

Please sign in to comment.