Skip to content

Commit

Permalink
feat(ft): add idris2 support (#343)
Browse files Browse the repository at this point in the history
Idris 2 uses its own ft for some reason (probably due to it being very
non-backwards compatible since it uses QTT and an entirely different
compiler).
  • Loading branch information
MithicSpirit committed Jun 1, 2023
1 parent e1fe531 commit 8f0a1e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/Comment/ft.lua
Expand Up @@ -80,6 +80,7 @@ local L = setmetatable({
html = { M.html, M.html },
htmldjango = { M.html, M.html },
idris = { M.dash, M.haskell_b },
idris2 = { M.dash, M.haskell_b },
ini = { M.hash },
java = { M.cxx_l, M.cxx_b },
javascript = { M.cxx_l, M.cxx_b },
Expand Down

0 comments on commit 8f0a1e1

Please sign in to comment.