mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
Dart: Highlight escape sequences
This commit is contained in:
parent
fca3001a13
commit
1058c11f46
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
||||||
(identifier_dollar_escaped) @variable
|
(identifier_dollar_escaped) @variable
|
||||||
) @none
|
) @none
|
||||||
|
|
||||||
|
(escape_sequence) @string.escape
|
||||||
|
|
||||||
[
|
[
|
||||||
"@"
|
"@"
|
||||||
"=>"
|
"=>"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue