added lightblue to the module keyword of javascript

This commit is contained in:
hosseintoussi 2019-01-05 15:58:31 +01:00
commit 74c7f1d7e2

View file

@ -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', {})