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.
blade
1 parent e30b7f2 commit 55e8df2Copy full SHA for 55e8df2
lua/Comment/ft.lua
@@ -14,6 +14,7 @@ local A = vim.api
14
15
---Common commentstring shared b/w multiple languages
16
local M = {
17
+ blade = '{{-- %s --}}',
18
cxx_l = '//%s',
19
cxx_b = '/*%s*/',
20
dbl_hash = '##%s',
@@ -47,6 +48,7 @@ local L = setmetatable({
47
48
bash = { M.hash },
49
beancount = { M.semicolon },
50
bib = { M.latex },
51
+ blade = { M.blade },
52
blueprint = { M.cxx_l }, -- Blueprint doesn't have block comments
53
c = { M.cxx_l, M.cxx_b },
54
cabal = { M.dash },
0 commit comments