Support for ungrammar

This commit is contained in:
Iron_E 2020-10-25 04:12:13 -04:00
parent 5774745eeb
commit 57dfedb216
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 13 additions and 0 deletions

View File

@ -624,6 +624,19 @@ local highlight_groups = {
--[[ 4.3.32. PlantUML ]] --[[ 4.3.32. PlantUML ]]
plantumlColonLine = {}, plantumlColonLine = {},
--[[ 4.3.33. ungrammar ]]
ungramConditional = 'Conditional',
ungramDelimiter = 'Delimiter',
ungramLabel = 'Label',
ungramOperator = 'Operator',
ungramRepeat = 'Repeat',
ungramRule = 'Identifier',
ungramString = 'String',
ungramToken = 'Type',
--[[ 4.4.9. ungrammar ]]
--[[ 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