From 165b7e6730b61351dd60475aa8778bc88edbadbd Mon Sep 17 00:00:00 2001 From: Derek Sifford Date: Sun, 22 Dec 2019 18:33:23 -0500 Subject: [PATCH] Revert "Set colors for syntax defined by stephpy/vim-yaml. (#163)" This reverts commit 2518886fbff483bba1944409dce12c9676fb6bc5. This reversion is because styphpy/vim-yaml redeclares vim global regions and this messes with other filetypes. --- after/syntax/yaml.vim | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/after/syntax/yaml.vim b/after/syntax/yaml.vim index af15e7a..fedc41f 100644 --- a/after/syntax/yaml.vim +++ b/after/syntax/yaml.vim @@ -10,26 +10,3 @@ hi! link yamlFlowIndicator Delimiter hi! link yamlNodeTag DraculaPink hi! link yamlPlainScalar DraculaYellow -" stephpy/yaml {{{ - -" yamlConstant -hi! link Keyword DraculaPurple -" yamlIndicator -hi! link PreCondit DraculaPink -" yamlAnchor, yamlAlias -hi! link Function DraculaPinkItalic -" yamlKey -hi! link Identifier DraculaCyan -" yamlType -hi! link Type DraculaPink - -" yamlComment -hi! link Comment DraculaComment -" yamlInline, yamlBlock -hi! link Operator Delimiter -" yamlString -hi! link String DraculaYellow -" yamlEscape -hi! link Special DraculaPink - -" }}}