python definitions

This commit is contained in:
ManjaroOne666 2018-04-23 14:04:44 +01:00
parent 172fb3ddbc
commit 3213983069
1 changed files with 12 additions and 9 deletions

View File

@ -36,6 +36,8 @@ hi clear Title
hi clear Visual hi clear Visual
hi clear WarningMsg hi clear WarningMsg
hi clear WildMenu hi clear WildMenu
hi clear Identifier
"}}} "}}}
if has('gui_running') if has('gui_running')
@ -285,15 +287,16 @@ hi! def link vueDirectiveClass Noise
"" #python definitions "" #python definitions
""{{{ ""{{{
"hi! def link pythonImport mNoise " hi! def link pythonImport mNoise
"hi! def link pythonInclude pythonImport " hi! def link pythonInclude pythonImport
"hi! def link pythonFunction mIdentifierBright " hi! def link pythonFunction Identifier
"hi! def link pythonBuiltin mIdentifierDark hi! def link pythonBuiltin Type
"hi! def link pythonBuiltinObj mSpecial hi! def link pythonBuiltinObj Special
"hi! def link pythonBrackets mNoiseDark hi! def link pythonDottedName Identifier
"hi! def link pythonQuotes mNoise hi! def link pythonBrackets pythonNoise
"hi! def link pythonDot mNoise hi! def link pythonQuotes pythonNoise
"hi! def link pythonNoise mNoiseDark hi! def link pythonDot pythonNoise
hi! def link pythonNoise pythonNoise
""}}} ""}}}