added lightblue to the module keyword of javascript
This commit is contained in:
parent
37c41fc6a5
commit
74c7f1d7e2
1 changed files with 1 additions and 0 deletions
|
|
@ -262,6 +262,7 @@ call <sid>hi('jsThis', s:cdBlue, {}, 'none', {})
|
||||||
call <sid>hi('jsDestructuringBlock', s:cdLightBlue, {}, 'none', {})
|
call <sid>hi('jsDestructuringBlock', s:cdLightBlue, {}, 'none', {})
|
||||||
call <sid>hi('jsObjectKey', s:cdLightBlue, {}, 'none', {})
|
call <sid>hi('jsObjectKey', s:cdLightBlue, {}, 'none', {})
|
||||||
call <sid>hi('jsGlobalObjects', s:cdBlueGreen, {}, 'none', {})
|
call <sid>hi('jsGlobalObjects', s:cdBlueGreen, {}, 'none', {})
|
||||||
|
call <sid>hi('jsModuleKeyword', s:cdLightBlue, {}, 'none', {})
|
||||||
|
|
||||||
" Ruby:
|
" Ruby:
|
||||||
call <sid>hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})
|
call <sid>hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue