added light blue to object value of javascript
This commit is contained in:
parent
00f81b8cf2
commit
9d25538b3d
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ call <sid>hi('jsExtendsKeyword', s:cdBlue, {}, 'none', {})
|
|||
call <sid>hi('jsExportDefault', s:cdPink, {}, 'none', {})
|
||||
call <sid>hi('jsFuncCall', s:cdYellow, {}, 'none', {})
|
||||
call <sid>hi('jsObjectKey', s:cdYellow, {}, 'none', {})
|
||||
call <sid>hi('jsObjectValue', s:cdLightBlue, {}, 'none', {})
|
||||
|
||||
" Ruby:
|
||||
call <sid>hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue