Skip to content

Commit 8961532

Browse files
authored
feat(ft): added systemverilog support (#394)
1 parent 984f6de commit 8961532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ local L = setmetatable({
144144
svelte = { M.html, M.html },
145145
swift = { M.cxx_l, M.cxx_b },
146146
sxhkdrc = { M.hash },
147+
systemverilog = { M.cxx_l, M.cxx_b },
147148
tablegen = { M.cxx_l, M.cxx_b },
148149
teal = { M.dash, M.dash_bracket },
149150
terraform = { M.hash, M.cxx_b },

0 commit comments

Comments
 (0)