python
This commit is contained in:
parent
d7e06d4287
commit
279a45aa91
|
@ -18,6 +18,19 @@ set fillchars=stl:\ ,stlnc:\ ,vert:\|
|
|||
|
||||
let g:colors_name = 'monotonous'
|
||||
|
||||
" #python definitions
|
||||
"{{{
|
||||
hi! def link pythonImport mNoise
|
||||
hi! def link pythonInclude pythonImport
|
||||
hi! def link pythonFunction mIdentifierBright
|
||||
hi! def link pythonBuiltin mIdentifierDark
|
||||
hi! def link pythonBuiltinObj mSpecial
|
||||
hi! def link pythonBrackets mNoiseDark
|
||||
hi! def link pythonQuotes mNoise
|
||||
hi! def link pythonDot mNoise
|
||||
hi! def link pythonNoise mNoiseDark
|
||||
"}}}
|
||||
|
||||
" #php definitions
|
||||
"{{{
|
||||
hi! def link phpRegion Normal
|
||||
|
|
Loading…
Reference in New Issue