mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
Dart: Highlight identifier_dollar_escaped
This commit is contained in:
parent
7566d397d4
commit
f92978e409
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,11 @@
|
|||
"}" @punctuation.special
|
||||
) @none
|
||||
|
||||
(template_substitution
|
||||
"$" @punctuation.special
|
||||
(identifier_dollar_escaped) @variable
|
||||
) @none
|
||||
|
||||
[
|
||||
"@"
|
||||
"=>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue