diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 812eacd..0484b74 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -143,6 +143,7 @@ local L = setmetatable({ svelte = { M.html, M.html }, swift = { M.cxx_l, M.cxx_b }, sxhkdrc = { M.hash }, + systemverilog = { M.cxx_l, M.cxx_b }, tablegen = { M.cxx_l, M.cxx_b }, teal = { M.dash, M.dash_bracket }, terraform = { M.hash, M.cxx_b }, @@ -155,7 +156,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 }, - verilog = { M.cxx_l }, + verilog = { M.cxx_l, M.cxx_b }, vhdl = { M.dash }, vim = { M.vim }, vifm = { M.vim },