Add keywords for better SQL syntax hilighting
This commit is contained in:
parent
1b491ee84e
commit
75a711ae11
1 changed files with 5 additions and 0 deletions
|
|
@ -430,3 +430,8 @@ 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', {})
|
||||
|
||||
" SQL:
|
||||
call <sid>hi('sqlKeyword', s:cdPink, {}, 'none', {})
|
||||
call <sid>hi('sqlFunction', s:cdYellowOrange, {}, 'none', {})
|
||||
call <sid>hi('sqlOperator', s:cdPink, {}, 'none', {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue