Skip to content

Commit 3d13ab2

Browse files
feat(ft): added blueprint support (#459)
1 parent 8be62b5 commit 3d13ab2

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+
blueprint = { M.cxx_l }, -- Blueprint doesn't have block comments
5051
c = { M.cxx_l, M.cxx_b },
5152
cabal = { M.dash },
5253
cmake = { M.hash, M.hash_bracket },

0 commit comments

Comments
 (0)