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 66cf510 commit 8ed3c0bCopy full SHA for 8ed3c0b
PythonImproved.tmLanguage
@@ -108,8 +108,10 @@
108
<string>comment.line.number-sign.python</string>
109
</dict>
110
<dict>
111
+ <key>comment</key>
112
+ <string>Match identifiers in ALL_CAPS as constants. Built-in exception for PIL module.</string>
113
<key>match</key>
- <string>\b([A-Z_][A-Z0-9_]*)\b(?!\()</string>
114
+ <string>\b(?!\bPIL\b)([A-Z_][A-Z0-9_]*)\b(?!\()</string>
115
<key>name</key>
116
<string>constant.other.allcaps.python</string>
117
0 commit comments