Skip to content

Commit

Permalink
feat(ft): added hyprlang support (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Jun 9, 2024
1 parent 8255bdc commit b689100
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 @@ -90,6 +90,7 @@ local L = setmetatable({
heex = { M.html, M.html },
html = { M.html, M.html },
htmldjango = { M.html, M.html },
hyprlang = { M.hash },
idris = { M.dash, M.haskell_b },
idris2 = { M.dash, M.haskell_b },
ini = { M.hash },
Expand Down

0 comments on commit b689100

Please sign in to comment.