Skip to content

Commit e66f25c

Browse files
authored
feat(ft): add xonsh support (#363)
Doc: https://xon.sh/tutorial.html
1 parent 9c4c7db commit e66f25c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/Comment/ft.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,9 @@ local L = setmetatable({
150150
vim = { M.vim },
151151
vifm = { M.vim },
152152
vue = { M.html, M.html },
153-
xml = { M.html, M.html },
154153
xdefaults = { '!%s' },
154+
xml = { M.html, M.html },
155+
xonsh = { M.hash }, -- Xonsh doesn't have block comments
155156
yaml = { M.hash },
156157
yuck = { M.lisp_l },
157158
zig = { M.cxx_l }, -- Zig doesn't have block comments

0 commit comments

Comments
 (0)