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:
hosseintoussi 2018-12-29 00:43:10 +01:00
commit ecc045a7e4

View file

@ -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', {})