mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
refactor(nickel): apply feedback
This commit is contained in:
parent
723a6c9d33
commit
fe69402ad8
1 changed files with 6 additions and 2 deletions
|
|
@ -51,10 +51,14 @@
|
|||
"!="
|
||||
"<"
|
||||
">"
|
||||
"@"
|
||||
".."
|
||||
] @operator
|
||||
|
||||
(type_atom) @type
|
||||
|
||||
(static_string) @string
|
||||
|
||||
(chunk_literal_single) @string
|
||||
|
||||
(chunk_literal_multi) @string
|
||||
|
|
@ -83,9 +87,9 @@
|
|||
"*"
|
||||
] @punctuation.delimiter
|
||||
|
||||
(multstr_start) @punctuation.bracket
|
||||
(multstr_start) @string
|
||||
|
||||
(multstr_end) @punctuation.bracket
|
||||
(multstr_end) @string
|
||||
|
||||
(interpolation_start) @punctuation.bracket
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue