mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
feat: add systemverilog support (#6775)
This commit is contained in:
parent
0941c1147a
commit
b5b64ac9fb
6 changed files with 635 additions and 1 deletions
5
queries/systemverilog/injections.scm
Normal file
5
queries/systemverilog/injections.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
((macro_text) @injection.content
|
||||
(#set! injection.language "systemverilog"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue