mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
Python: highlight interpolation escaped chars
Support for these was just added in the grammar.
This commit is contained in:
parent
0545b3de55
commit
10419ee747
1 changed files with 5 additions and 1 deletions
|
|
@ -140,7 +140,11 @@
|
|||
|
||||
(comment) @comment
|
||||
(string) @string
|
||||
(escape_sequence) @string.escape
|
||||
[
|
||||
(escape_sequence)
|
||||
"{{"
|
||||
"}}"
|
||||
] @string.escape
|
||||
|
||||
; Tokens
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue