Skip to content

Commit 59780a9

Browse files
committed
feat(ft): added blade support
1 parent e30b7f2 commit 59780a9

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
@@ -47,6 +47,7 @@ local L = setmetatable({
4747
bash = { M.hash },
4848
beancount = { M.semicolon },
4949
bib = { M.latex },
50+
blade = { '{{-- %s --}}' },
5051
blueprint = { M.cxx_l }, -- Blueprint doesn't have block comments
5152
c = { M.cxx_l, M.cxx_b },
5253
cabal = { M.dash },

0 commit comments

Comments
 (0)