Browse Source

Fix error where STATIC_VARIABLES where highlighted

Lowe Thiderman 9 years ago
parent
commit
5297e8f24a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      syntax/python.vim

+ 1
- 1
syntax/python.vim View File

@@ -197,7 +197,7 @@ syn keyword pythonTodo		TODO FIXME XXX contained
197 197
 " Classes
198 198
 "
199 199
 
200
-syn match pythonClass       "\(import \)\@<!\<[A-Z][a-zA-Z]*" display
200
+syn match pythonClass       "\(import \)\@<!\<[A-Z][a-zA-Z]*\>" display
201 201
 
202 202
 "
203 203
 " Errors