added yellow to function calls of javascript
This commit is contained in:
parent
80f7659df0
commit
c88dad9976
1 changed files with 1 additions and 0 deletions
|
|
@ -264,6 +264,7 @@ 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', {})
|
||||
call <sid>hi('jsFuncCall', s:cdYellow, {}, 'none', {})
|
||||
|
||||
" Ruby:
|
||||
call <sid>hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue