nvim-treesitter/runtime/queries/systemverilog/injections.scm
Christian Clason ff7ed767f5 feat(verilog)!: rename to systemverilog
Grammar name was changed to coincide with repository name
2025-06-23 20:25:34 +02:00

5 lines
144 B
Scheme

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