Skip to content

Commit

Permalink
feat(ft): added vala support (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyyyyiiiiii committed Jun 9, 2024
1 parent 65d968c commit b0bfe92
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 @@ -166,6 +166,7 @@ local L = setmetatable({
typescriptreact = { M.cxx_l, M.cxx_b },
typst = { M.cxx_l, M.cxx_b },
v = { M.cxx_l, M.cxx_b },
vala = { M.cxx_l, M.cxx_b },
verilog = { M.cxx_l },
vhdl = { M.dash },
vim = { M.vim },
Expand Down

0 comments on commit b0bfe92

Please sign in to comment.