From d2fc43ec1e60e801779a9ae7950c9ff538f49376 Mon Sep 17 00:00:00 2001 From: Iron_E Date: Sun, 25 Oct 2020 12:33:19 -0400 Subject: [PATCH] Move ungrammar support to vim-ungrammar repo --- colors/highlite.vim | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/colors/highlite.vim b/colors/highlite.vim index 275d546..c4c5a60 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -624,19 +624,6 @@ local highlight_groups = { --[[ 4.3.32. PlantUML ]] 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 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