mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
feat: add vhdl parser and queries
This commit is contained in:
parent
c80d0d9ca9
commit
355af0c8ce
6 changed files with 492 additions and 0 deletions
7
queries/vhdl/injections.scm
Normal file
7
queries/vhdl/injections.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(line_comment
|
||||
(comment_content) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
(block_comment
|
||||
(comment_content) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue