Skip to content

Commit 40f5587

Browse files
authored
feat: add cabal support (#156)
`cabal` is a system for building and packaging Haskell libraries and programs
1 parent 79b356d commit 40f5587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ local L = {
2222
bash = { M.hash },
2323
bib = { M.latex },
2424
c = { M.cxx_l, M.cxx_b },
25+
cabal = { M.dash },
2526
cmake = { M.hash, '#[[%s]]' },
2627
conf = { M.hash },
2728
conkyrc = { M.dash, M.dash_bracket },

0 commit comments

Comments
 (0)