From 002023a633796cdfbe03518d964a1cbb7b1ccbee Mon Sep 17 00:00:00 2001 From: FraserLee <30442265+FraserLee@users.noreply.github.com> Date: Wed, 7 Jun 2023 15:12:32 -0400 Subject: [PATCH] add xonsh comment type https://xon.sh/tutorial.html --- lua/Comment/ft.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 09f9279e..cb9a301e 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -146,8 +146,9 @@ local L = setmetatable({ vim = { M.vim }, vifm = { M.vim }, vue = { M.html, M.html }, - xml = { M.html, M.html }, xdefaults = { '!%s' }, + xml = { M.html, M.html }, + xonsh = { M.hash }, -- Xonsh doesn't have block comments yaml = { M.hash }, yuck = { M.lisp_l }, zig = { M.cxx_l }, -- Zig doesn't have block comments