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.
twig
1 parent 407c66f commit d9cfae1Copy full SHA for d9cfae1
lua/Comment/ft.lua
@@ -27,6 +27,7 @@ local M = {
27
latex = '%%s',
28
lisp_l = ';;%s',
29
lisp_b = '#|%s|#',
30
+ twig = '{#%s#}',
31
}
32
33
---Lang table that contains commentstring (linewise/blockwise) for mutliple filetypes
@@ -113,6 +114,7 @@ local L = setmetatable({
113
114
template = { M.dbl_hash },
115
tmux = { M.hash },
116
toml = { M.hash },
117
+ twig = { M.twig, M.twig },
118
typescript = { M.cxx_l, M.cxx_b },
119
typescriptreact = { M.cxx_l, M.cxx_b },
120
vim = { '"%s' },
0 commit comments