Update codedark.vim

This commit is contained in:
Eric Zhang 2019-05-22 15:26:59 +08:00 committed by GitHub
commit 73ffa0a188
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -361,3 +361,4 @@ call <sid>hi('luaFuncCall', s:cdYellow, {}, 'none', {})
call <sid>hi('luaFuncArgName', s:cdLightBlue, {}, 'none', {})
call <sid>hi('luaFuncKeyword', s:cdPink, {}, 'none', {})
call <sid>hi('luaLocal', s:cdPink, {}, 'none', {})
call <sid>hi('luaBuiltIn', s:cdBlue, {}, 'none', {})