Explorar el Código

Fix error where STATIC_VARIABLES where highlighted

Lowe Thiderman hace 11 años
padre
commit
5297e8f24a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      syntax/python.vim

+ 1
- 1
syntax/python.vim Ver fichero

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