Begin SQL support
This commit is contained in:
parent
539f2c19a8
commit
b618eb816b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue