Better SQL support

This commit is contained in:
Iron_E 2020-09-27 18:56:34 -04:00
parent 605ff14290
commit 6a383d0412
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 3 additions and 1 deletions

View File

@ -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',