Skip to content

Commit 273fa08

Browse files
author
MattDMo
committed
Don't screw up decorator highlighting
1 parent aae95d6 commit 273fa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PythonImproved.YAML-tmLanguage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ repository:
540540
name: support.function.builtin.name.python
541541
match: |-
542542
(?x)
543-
(?<!\.)
543+
(?<!\.|@)
544544
\b(
545545
__import__ | abs | all | any | ascii | basestring | bin | bool |
546546
bytearray | bytes | callable | chr | classmethod | cmp | compile |

0 commit comments

Comments
 (0)