Skip to content

Commit 9be86d8

Browse files
authored
feat(ft): add vhdl support (#383)
1 parent fbe37c5 commit 9be86d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ local L = setmetatable({
150150
typst = { M.cxx_l, M.cxx_b },
151151
v = { M.cxx_l, M.cxx_b },
152152
verilog = { M.cxx_l },
153+
vhdl = { M.dash },
153154
vim = { M.vim },
154155
vifm = { M.vim },
155156
vue = { M.html, M.html },

0 commit comments

Comments
 (0)