Skip to content

Commit d0cbbfb

Browse files
authored
feat(ft): add beancount support (#387)
1 parent bbbc8b4 commit d0cbbfb

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
@@ -42,6 +42,7 @@ local L = setmetatable({
4242
astro = { M.html },
4343
autohotkey = { M.semicolon, M.cxx_b },
4444
bash = { M.hash },
45+
beancount = { M.semicolon },
4546
bib = { M.latex },
4647
c = { M.cxx_l, M.cxx_b },
4748
cabal = { M.dash },

0 commit comments

Comments
 (0)