From 869c3fbd68b8d9dec3aa8e8210c61c0410cae08b Mon Sep 17 00:00:00 2001 From: tong Date: Mon, 5 Jun 2023 19:31:33 +0200 Subject: [PATCH] feat(ft): add `haxe` support --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 09f9279e..e7dd19bc 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -77,6 +77,7 @@ local L = setmetatable({ groovy = { M.cxx_l, M.cxx_b }, handlebars = { M.handlebars, M.handlebars }, haskell = { M.dash, M.haskell_b }, + haxe = { M.cxx_l, M.cxx_b }, heex = { M.html, M.html }, html = { M.html, M.html }, htmldjango = { M.html, M.html },