mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
feat: add scfg
This commit is contained in:
parent
4920a4e732
commit
736a672afe
5 changed files with 22 additions and 0 deletions
8
queries/scfg/highlights.scm
Normal file
8
queries/scfg/highlights.scm
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
"{"
|
||||
"}"
|
||||
] @punctuation.bracket
|
||||
|
||||
(comment) @comment @spell
|
||||
(directive_name) @type
|
||||
(directive_params) @parameter
|
||||
1
queries/scfg/injections.scm
Normal file
1
queries/scfg/injections.scm
Normal file
|
|
@ -0,0 +1 @@
|
|||
(comment) @comment
|
||||
Loading…
Add table
Add a link
Reference in a new issue