diff --git a/colors/highlite.vim b/colors/highlite.vim index 6a07745..a2fb443 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -605,7 +605,9 @@ local highlight_groups = { xmlTagName = 'htmlTagName', --[[ 4.3.29. SQL ]] - sqlKeyword = 'Keyword', + sqlParen = 'Statement', + sqlSpecial = 'Constant', + sqlStatement = 'Function', --[[ 4.3.30. dos INI ]] dosiniHeader = 'Title',