nvim-treesitter/runtime/queries/systemverilog/injections.scm
Christian Clason 1181cd9a25 feat(verilog)!: rename to systemverilog
Grammar name was changed to coincide with repository name
2025-06-24 10:07:36 +02:00

5 lines
144 B
Scheme

((comment) @injection.content
(#set! injection.language "comment"))
((macro_text) @injection.content
(#set! injection.language "verilog"))