feat: add vhdl parser and queries

This commit is contained in:
John-Philip Taylor 2024-07-18 08:46:12 +02:00 committed by GitHub
parent c80d0d9ca9
commit 355af0c8ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 492 additions and 0 deletions

View 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"))