Better SQL support
This commit is contained in:
parent
605ff14290
commit
6a383d0412
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue