mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -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
|
(comment) @comment
|
||||||
(string) @string
|
(string) @string
|
||||||
(escape_sequence) @string.escape
|
[
|
||||||
|
(escape_sequence)
|
||||||
|
"{{"
|
||||||
|
"}}"
|
||||||
|
] @string.escape
|
||||||
|
|
||||||
; Tokens
|
; Tokens
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue