Skip to content

Commit

Permalink
feat(ft): add support for jai (#391)
Browse files Browse the repository at this point in the history
Co-authored-by: Erlend B <[email protected]>
  • Loading branch information
ebagri and hwswno committed Jun 9, 2024
1 parent 5f180fd commit 984f6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 984f6de

Please sign in to comment.