Begin SQL support

This commit is contained in:
Iron_E 2020-09-01 15:08:49 -04:00
parent 539f2c19a8
commit b618eb816b
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 3 additions and 0 deletions

View File

@ -571,6 +571,9 @@ local highlight_groups = {
xmlTag = 'htmlTag', xmlTag = 'htmlTag',
xmlTagName = 'htmlTagName', xmlTagName = 'htmlTagName',
--[[ 4.3.29. SQL ]]
sqlKeyword = 'Keyword',
--[[ 4.4. Plugins --[[ 4.4. Plugins
Everything in this section is OPTIONAL. Feel free to remove everything Everything in this section is OPTIONAL. Feel free to remove everything
here if you don't want to define it, or add more if there's something here if you don't want to define it, or add more if there's something