Merge pull request #24 from hosseintoussi/fix-class-name-highlight

fixed the class and module name highlighting in Ruby
This commit is contained in:
Tomáš Iser 2018-12-29 16:59:46 +01:00 committed by GitHub
commit 8a22d90a70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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