From 6a383d0412c59aea51fc5274d4a3ee622d1eeedc Mon Sep 17 00:00:00 2001 From: Iron_E Date: Sun, 27 Sep 2020 18:56:34 -0400 Subject: [PATCH] Better SQL support --- colors/highlite.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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',