Skip to content

Commit

Permalink
Adjust syntax color groups
Browse files Browse the repository at this point in the history
Use the same color for builtin exception classes as for regular builtin
classes. Use 'Structure' color group for class names.
  • Loading branch information
Coacher committed Dec 19, 2015
1 parent 98bd790 commit 7d86630
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntax/python.vim
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ if v:version >= 508 || !exists('s:did_python_syn_inits')
HiLink pythonFloat Float

HiLink pythonFunctionName Function
HiLink pythonClassName Type
HiLink pythonClassName Structure
HiLink pythonSpecialArgument Identifier

HiLink pythonDecoratorSign PreProc
Expand All @@ -366,7 +366,7 @@ if v:version >= 508 || !exists('s:did_python_syn_inits')
HiLink pythonBuiltinFunction Function
HiLink pythonBuiltinConstant Constant
HiLink pythonBuiltinType Type
HiLink pythonExceptionClass Structure
HiLink pythonExceptionClass pythonBuiltinType

delcommand HiLink
unlet! s:did_python_syn_inits
Expand Down

0 comments on commit 7d86630

Please sign in to comment.