Skip to content

Commit

Permalink
feat(ft): add beancount support (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
laermannjan authored Aug 2, 2023
1 parent bbbc8b4 commit d0cbbfb
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 @@ -42,6 +42,7 @@ local L = setmetatable({
astro = { M.html },
autohotkey = { M.semicolon, M.cxx_b },
bash = { M.hash },
beancount = { M.semicolon },
bib = { M.latex },
c = { M.cxx_l, M.cxx_b },
cabal = { M.dash },
Expand Down

0 comments on commit d0cbbfb

Please sign in to comment.