From 984f6ded5cc907521fbaf534de0122edd84e0033 Mon Sep 17 00:00:00 2001 From: ebagri <121933878+ebagri@users.noreply.github.com> Date: Sun, 9 Jun 2024 20:07:55 +0200 Subject: [PATCH] feat(ft): add support for jai (#391) Co-authored-by: Erlend B --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 812eacd..3f5a116 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -89,6 +89,7 @@ local L = setmetatable({ idris = { M.dash, M.haskell_b }, idris2 = { M.dash, M.haskell_b }, ini = { M.hash }, + jai = { M.cxx_l, M.cxx_b }, java = { M.cxx_l, M.cxx_b }, javascript = { M.cxx_l, M.cxx_b }, javascriptreact = { M.cxx_l, M.cxx_b },