We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
blueprint
1 parent 8be62b5 commit 3d13ab2Copy full SHA for 3d13ab2
lua/Comment/ft.lua
@@ -47,6 +47,7 @@ local L = setmetatable({
47
bash = { M.hash },
48
beancount = { M.semicolon },
49
bib = { M.latex },
50
+ blueprint = { M.cxx_l }, -- Blueprint doesn't have block comments
51
c = { M.cxx_l, M.cxx_b },
52
cabal = { M.dash },
53
cmake = { M.hash, M.hash_bracket },
0 commit comments