Parcourir la source

Fix error where STATIC_VARIABLES where highlighted

Lowe Thiderman il y a 10 ans
Parent
révision
5297e8f24a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      syntax/python.vim

+ 1
- 1
syntax/python.vim Voir le fichier

@@ -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