mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -04:00
chore: format queries
This commit is contained in:
parent
76ca66db38
commit
77e298e4de
50 changed files with 143 additions and 146 deletions
|
|
@ -1,7 +1,7 @@
|
|||
(dir_sep) @punctuation.delimiter
|
||||
|
||||
(quoted_pattern
|
||||
("\"" @punctuation.special))
|
||||
"\"" @punctuation.special)
|
||||
|
||||
(range_notation) @string.special
|
||||
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
(character_class) @constant
|
||||
|
||||
(class_range
|
||||
("-" @operator))
|
||||
"-" @operator)
|
||||
|
||||
[
|
||||
(ansi_c_escape)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue