diff --git a/Syntaxes/Python.tmLanguage b/Syntaxes/Python.tmLanguage
index acee2e7..2852982 100644
--- a/Syntaxes/Python.tmLanguage
+++ b/Syntaxes/Python.tmLanguage
@@ -2235,19 +2235,14 @@
comment
single quoted bytes-raw string
end
- ((?<=""")(")""|""")
+ """
endCaptures
- 1
+ 0
name
punctuation.definition.string.end.python
- 2
-
- name
- meta.empty-string.double.python
-
name
string.quoted.double.block.bytes-raw-regex.python
@@ -2286,19 +2281,14 @@
comment
single quoted bytes-raw string without regular expression highlighting
end
- ((?<=""")(")""|""")
+ """
endCaptures
- 1
+ 0
name
punctuation.definition.string.end.python
- 2
-
- name
- meta.empty-string.double.python
-
name
string.quoted.double.block.bytes-raw.python
@@ -2467,19 +2457,14 @@
comment
double quoted bytes string
end
- ((?<=""")(")""|""")
+ """
endCaptures
- 1
+ 0
name
punctuation.definition.string.end.python
- 2
-
- name
- meta.empty-string.double.python
-
name
string.quoted.double.block.bytes.python
@@ -2617,7 +2602,7 @@
comment
double-quoted raw string
end
- ((?<=")(")|")|(\n)
+ (")|(\n)
endCaptures
1
@@ -2626,11 +2611,6 @@
punctuation.definition.string.end.python
2
-
- name
- meta.empty-string.double.python
-
- 3
name
invalid.illegal.unclosed-string.python
@@ -2673,7 +2653,7 @@
comment
double-quoted raw string
end
- ((?<=")(")|")|(\n)
+ (")|(\n)
endCaptures
1
@@ -2682,11 +2662,6 @@
punctuation.definition.string.end.python
2
-
- name
- meta.empty-string.double.python
-
- 3
name
invalid.illegal.unclosed-string.python
@@ -2867,7 +2842,7 @@
comment
double quoted bytes string
end
- ((?<=")(")|")|(\n)
+ (")|(\n)
endCaptures
1
@@ -2876,11 +2851,6 @@
punctuation.definition.string.end.python
2
-
- name
- meta.empty-string.double.python
-
- 3
name
invalid.illegal.unclosed-string.python
@@ -3207,19 +3177,14 @@
comment
single quoted bytes-raw string
end
- ((?<=''')(')''|''')
+ '''
endCaptures
- 1
+ 0
name
punctuation.definition.string.end.python
- 2
-
- name
- meta.empty-string.single.python
-
name
string.quoted.single.block.bytes-raw-regex.python
@@ -3258,19 +3223,14 @@
comment
single quoted bytes-raw string
end
- ((?<=''')(')''|''')
+ '''
endCaptures
- 1
+ 0
name
punctuation.definition.string.end.python
- 2
-
- name
- meta.empty-string.single.python
-
name
string.quoted.single.block.bytes-raw.python
@@ -3439,19 +3399,14 @@
comment
single quoted bytes string
end
- ((?<=''')(')''|''')
+ '''
endCaptures
- 1
+ 0
name
punctuation.definition.string.end.python
- 2
-
- name
- meta.empty-string.single.python
-
name
string.quoted.single.block.bytes.python