Merge pull request #24 from hosseintoussi/fix-class-name-highlight
fixed the class and module name highlighting in Ruby
This commit is contained in:
commit
8a22d90a70
1 changed files with 3 additions and 0 deletions
|
|
@ -258,6 +258,9 @@ call <sid>hi('jsGlobalObjects', s:cdBlueGreen, {}, 'none', {})
|
|||
|
||||
" Ruby:
|
||||
call <sid>hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})
|
||||
call <sid>hi('rubyClassName', s:cdBlueGreen, {}, 'none', {})
|
||||
call <sid>hi('rubyModuleName', s:cdBlueGreen, {}, 'none', {})
|
||||
call <sid>hi('rubyConstant', s:cdBlueGreen, {}, 'none', {})
|
||||
|
||||
" Golang:
|
||||
call <sid>hi('goPackage', s:cdBlue, {}, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue