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
 " Classes
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
 " Errors
203
 " Errors