added yellow to object key of javascript
This commit is contained in:
parent
14ed4812f1
commit
00f81b8cf2
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ call <sid>hi('jsClassKeyword', s:cdBlue, {}, 'none', {})
|
|||
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', {})
|
||||
|
||||
" Ruby:
|
||||
call <sid>hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue