Skip to content

Commit 6aff6bc

Browse files
MattDMoinfininight
authored andcommitted
Don't screw up decorator highlighting
1 parent 1bea9ce commit 6aff6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/Python.tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1478,7 +1478,7 @@
14781478
<dict>
14791479
<key>match</key>
14801480
<string>(?x)
1481-
(?&lt;!\.)
1481+
(?&lt;!\.|@)
14821482
\b(
14831483
__import__ | abs | all | any | ascii | basestring | bin | bool |
14841484
bytearray | bytes | callable | chr | classmethod | cmp | compile |

0 commit comments

Comments
 (0)