We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365a4f7 commit 7007cbcCopy full SHA for 7007cbc
queries/python/highlights.scm
@@ -159,16 +159,16 @@
159
160
;; "Contexts" may have internal highlighting -> low priority.
161
162
-(comment) @comment
163
-(string) @string
164
(escape_sequence) @escape
165
166
(interpolation
167
"{" @punctuation.special
168
(_) @embedded
169
"}" @punctuation.special)
170
+(comment) @comment
171
((string) @doc
172
(.match? @doc "^(\"\"\"|r\"\"\")"))
+(string) @string
173
174
(decorator) @function.special
0 commit comments