pythonClassVaraible -> pythonClassVariable

Fixes #4
This commit is contained in:
nfnty
2017-02-19 12:36:50 +01:00
parent b557c46078
commit 08324146d4

View File

@@ -59,7 +59,7 @@ endif
" "
syn keyword pythonInstanceVariable self syn keyword pythonInstanceVariable self
syn keyword pythonClassVaraible cls syn keyword pythonClassVariable cls
syn keyword pythonStatement break continue del syn keyword pythonStatement break continue del
syn keyword pythonStatement exec return syn keyword pythonStatement exec return
syn keyword pythonStatement pass yield syn keyword pythonStatement pass yield
@@ -104,7 +104,7 @@ syn region FunctionParameters start='(\zs' end='\ze)' display contains=
\ OptionalParameters, \ OptionalParameters,
\ pythonRepeat, \ pythonRepeat,
\ pythonInstanceVariable, \ pythonInstanceVariable,
\ pythonClassVaraible, \ pythonClassVariable,
\ pythonConditional, \ pythonConditional,
\ pythonComment, \ pythonComment,
\ pythonOperator, \ pythonOperator,
@@ -519,7 +519,7 @@ if v:version >= 508 || !exists('did_python_syn_inits')
HiLink pythonExClass Structure HiLink pythonExClass Structure
HiLink pythonInstanceVariable htmlTagN HiLink pythonInstanceVariable htmlTagN
HiLink pythonClassVaraible htmlTagN HiLink pythonClassVariable htmlTagN
HiLink OptionalParameters htmlTagN HiLink OptionalParameters htmlTagN
delcommand HiLink delcommand HiLink