fixed the class and module name highlighting in Ruby
On MacOS the Class name and Module name were not getting the "BlueGreen" highlighting which is the correct color.
This commit is contained in:
parent
7eb2f257a4
commit
ecc045a7e4
1 changed files with 3 additions and 0 deletions
|
|
@ -255,6 +255,9 @@ call <sid>hi('jsThis', s:cdBlue, {}, '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