Skip to content

Commit d9cfae1

Browse files
authored
1 parent 407c66f commit d9cfae1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/Comment/ft.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ local M = {
2727
latex = '%%s',
2828
lisp_l = ';;%s',
2929
lisp_b = '#|%s|#',
30+
twig = '{#%s#}',
3031
}
3132

3233
---Lang table that contains commentstring (linewise/blockwise) for mutliple filetypes
@@ -113,6 +114,7 @@ local L = setmetatable({
113114
template = { M.dbl_hash },
114115
tmux = { M.hash },
115116
toml = { M.hash },
117+
twig = { M.twig, M.twig },
116118
typescript = { M.cxx_l, M.cxx_b },
117119
typescriptreact = { M.cxx_l, M.cxx_b },
118120
vim = { '"%s' },

0 commit comments

Comments
 (0)