mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat(verilog)!: rename to systemverilog
Grammar name was changed to coincide with repository name
This commit is contained in:
parent
6c50310371
commit
ff7ed767f5
6 changed files with 10 additions and 10 deletions
5
runtime/queries/systemverilog/injections.scm
Normal file
5
runtime/queries/systemverilog/injections.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
((macro_text) @injection.content
|
||||
(#set! injection.language "verilog"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue