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 5d57e48 commit ce04766Copy full SHA for ce04766
PythonImproved.YAML-tmLanguage
@@ -42,7 +42,7 @@ patterns:
42
'1': {name: punctuation.definition.comment.python}
43
44
- name: constant.other.allcaps.python
45
- match: \b([A-Z_][A-Z0-9_]*)\b(?!\()
+ match: \b([A-Z_][A-Z0-9_]*)\b(?![\.|\(])
46
comment: Match identifiers in ALL_CAPS as constants.
47
48
- name: constant.numeric.integer.long.hexadecimal.python
0 commit comments