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 9dde3ca commit 4c7a84cCopy full SHA for 4c7a84c
PythonImproved.YAML-tmLanguage
@@ -41,8 +41,8 @@ patterns:
41
'1': {name: punctuation.definition.comment.python}
42
43
- name: constant.other.allcaps.python
44
- match: \b(?!\bPIL\b)([A-Z_][A-Z0-9_]*)\b(?!\()
45
- comment: Match identifiers in ALL_CAPS as constants. Built-in exception for PIL module.
+ match: \b([A-Z_][A-Z0-9_]*)\b(?!\()
+ comment: Match identifiers in ALL_CAPS as constants.
46
47
- name: constant.numeric.integer.long.hexadecimal.python
48
match: \b(?i:(0x\h*)L)
0 commit comments