added blue green to class definition of javascript
This commit is contained in:
parent
74c7f1d7e2
commit
80f7659df0
1 changed files with 1 additions and 0 deletions
|
|
@ -263,6 +263,7 @@ call <sid>hi('jsDestructuringBlock', s:cdLightBlue, {}, 'none', {})
|
|||
call <sid>hi('jsObjectKey', s:cdLightBlue, {}, 'none', {})
|
||||
call <sid>hi('jsGlobalObjects', s:cdBlueGreen, {}, 'none', {})
|
||||
call <sid>hi('jsModuleKeyword', s:cdLightBlue, {}, 'none', {})
|
||||
call <sid>hi('jsClassDefinition', s:cdBlueGreen, {}, 'none', {})
|
||||
|
||||
" Ruby:
|
||||
call <sid>hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue