mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
feat(streamdevice_proto): add parser and queries
This commit is contained in:
parent
6e42d823ce
commit
5d9526e9b0
6 changed files with 149 additions and 0 deletions
5
runtime/queries/streamdevice_proto/injections.scm
Normal file
5
runtime/queries/streamdevice_proto/injections.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
((regex_pattern) @injection.content
|
||||
(#set! injection.language "regex"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue