Python: highlight interpolation escaped chars

Support for these was just added in the grammar.
This commit is contained in:
Santos Gallegos 2021-09-30 21:06:29 -05:00 committed by Stephan Seitz
parent 0545b3de55
commit 10419ee747

View file

@ -140,7 +140,11 @@
(comment) @comment
(string) @string
(escape_sequence) @string.escape
[
(escape_sequence)
"{{"
"}}"
] @string.escape
; Tokens