colors for extend, class, and export in javascript
This commit is contained in:
parent
c88dad9976
commit
14ed4812f1
1 changed files with 3 additions and 0 deletions
|
|
@ -264,6 +264,9 @@ 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('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', {})
|
||||
|
||||
" Ruby:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue