Move ungrammar support to vim-ungrammar repo

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

View File

@ -624,19 +624,6 @@ 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