diff options
Diffstat (limited to 'after/syntax')
-rw-r--r-- | after/syntax/css.vim | 10 | ||||
-rw-r--r-- | after/syntax/html.vim | 11 | ||||
-rw-r--r-- | after/syntax/json.vim | 10 | ||||
-rw-r--r-- | after/syntax/less.vim | 17 | ||||
-rw-r--r-- | after/syntax/lua.vim | 10 | ||||
-rw-r--r-- | after/syntax/moon.vim | 10 | ||||
-rw-r--r-- | after/syntax/sass.vim | 10 | ||||
-rw-r--r-- | after/syntax/scss.vim | 10 | ||||
-rw-r--r-- | after/syntax/stylus.vim | 10 | ||||
-rw-r--r-- | after/syntax/vim.vim | 10 | ||||
-rw-r--r-- | after/syntax/yaml.vim | 10 |
11 files changed, 0 insertions, 118 deletions
diff --git a/after/syntax/css.vim b/after/syntax/css.vim deleted file mode 100644 index afe9da60..00000000 --- a/after/syntax/css.vim +++ /dev/null @@ -1,10 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 - -" Language: Colorful CSS Color Preview -" Author: Aristotle Pagaltzis <pagaltzis@gmx.de> - -if !( has('gui_running') || &t_Co==256 ) | finish | endif - -call css_color#init('css', 'extended', 'cssMediaBlock,cssFunction,cssDefinition,cssAttrRegion,cssComment') - -endif diff --git a/after/syntax/html.vim b/after/syntax/html.vim index 7ea622c6..5211a9cc 100644 --- a/after/syntax/html.vim +++ b/after/syntax/html.vim @@ -43,14 +43,3 @@ if exists("s:pre_less_cur_syn") endif endif -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 - -" Language: Colorful CSS Color Preview -" Author: Aristotle Pagaltzis <pagaltzis@gmx.de> - -if !( has('gui_running') || &t_Co==256 ) | finish | endif - -" default html syntax should already be including the css syntax -syn cluster colorableGroup add=htmlString,htmlCommentPart - -endif diff --git a/after/syntax/json.vim b/after/syntax/json.vim deleted file mode 100644 index ef6f55e4..00000000 --- a/after/syntax/json.vim +++ /dev/null @@ -1,10 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 - -" Language: Colorful CSS Color Preview -" Author: Aristotle Pagaltzis <pagaltzis@gmx.de> - -if !( has('gui_running') || &t_Co==256 ) | finish | endif - -call css_color#init('css', 'none', 'jsonString') - -endif diff --git a/after/syntax/less.vim b/after/syntax/less.vim deleted file mode 100644 index bb7bb56a..00000000 --- a/after/syntax/less.vim +++ /dev/null @@ -1,17 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 - -" Language: Colorful CSS Color Preview -" Author: Aristotle Pagaltzis <pagaltzis@gmx.de> - -if !( has('gui_running') || &t_Co==256 ) | finish | endif - -" variable | property | multiline | end-of-line | plugin -" -----------------------+----------------+----------------+-------------+--------- -" lessCssAttribute | lessCssComment | lessComment | https://github.com/genoma/vim-less -" lessAttribute | lessCssComment | lessComment | https://github.com/KohPoll/vim-less -" lessVariableValue | lessDefinition | cssComment | lessComment | https://github.com/groenewege/vim-less -" lessVariableDefinition | cssDefinition | cssComment | lessComment | https://github.com/lunaru/vim-less - -call css_color#init('css', 'extended', 'lessVariableValue,lessVariableDefinition,lessDefinition,lessCssAttribute,lessAttribute,cssDefinition,cssComment,lessCssComment,lessComment') - -endif diff --git a/after/syntax/lua.vim b/after/syntax/lua.vim deleted file mode 100644 index 5bdb2aaa..00000000 --- a/after/syntax/lua.vim +++ /dev/null @@ -1,10 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 - -" Language: Colorful CSS Color Preview -" Author: Aristotle Pagaltzis <pagaltzis@gmx.de> - -if !( has('gui_running') || &t_Co==256 ) | finish | endif - -call css_color#init('hex', 'extended', 'luaComment,luaString') - -endif diff --git a/after/syntax/moon.vim b/after/syntax/moon.vim deleted file mode 100644 index ae35c895..00000000 --- a/after/syntax/moon.vim +++ /dev/null @@ -1,10 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 - -" Language: Colorful CSS Color Preview -" Author: Aristotle Pagaltzis <pagaltzis@gmx.de> - -if !( has('gui_running') || &t_Co==256 ) | finish | endif - -call css_color#init('hex', 'extended', 'moonComment,moonString') - -endif diff --git a/after/syntax/sass.vim b/after/syntax/sass.vim deleted file mode 100644 index fcaa888c..00000000 --- a/after/syntax/sass.vim +++ /dev/null @@ -1,10 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 - -" Language: Colorful CSS Color Preview -" Author: Aristotle Pagaltzis <pagaltzis@gmx.de> - -if !( has('gui_running') || &t_Co==256 ) | finish | endif - -call css_color#init('css', 'extended', 'sassCssAttribute,sassComment,sassCssComment') - -endif diff --git a/after/syntax/scss.vim b/after/syntax/scss.vim deleted file mode 100644 index 26095a4a..00000000 --- a/after/syntax/scss.vim +++ /dev/null @@ -1,10 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 - -" Language: Colorful CSS Color Preview -" Author: Aristotle Pagaltzis <pagaltzis@gmx.de> - -if !( has('gui_running') || &t_Co==256 ) | finish | endif - -call css_color#init('css', 'extended', 'scssAttribute,scssComment,scssVariableValue,sassCssAttribute,cssComment') - -endif diff --git a/after/syntax/stylus.vim b/after/syntax/stylus.vim deleted file mode 100644 index 98fb1eed..00000000 --- a/after/syntax/stylus.vim +++ /dev/null @@ -1,10 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 - -" Language: Colorful CSS Color Preview -" Author: Aristotle Pagaltzis <pagaltzis@gmx.de> - -if !( has('gui_running') || &t_Co==256 ) | finish | endif - -call css_color#init('css', 'extended', 'stylusCssAttribute,stylusComment,cssComment') - -endif diff --git a/after/syntax/vim.vim b/after/syntax/vim.vim deleted file mode 100644 index 1a0cf823..00000000 --- a/after/syntax/vim.vim +++ /dev/null @@ -1,10 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 - -" Language: Colorful CSS Color Preview -" Author: Aristotle Pagaltzis <pagaltzis@gmx.de> - -if !( has('gui_running') || &t_Co==256 ) | finish | endif - -call css_color#init('hex', 'none', 'vimHiGuiRgb,vimComment,vimLineComment') - -endif diff --git a/after/syntax/yaml.vim b/after/syntax/yaml.vim deleted file mode 100644 index 89850571..00000000 --- a/after/syntax/yaml.vim +++ /dev/null @@ -1,10 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'css-color') == -1 - -" Language: Colorful CSS Color Preview -" Author: Aristotle Pagaltzis <pagaltzis@gmx.de> - -if !( has('gui_running') || &t_Co==256 ) | finish | endif - -call css_color#init('hex', 'extended', 'yamlComment,yamlFlowString,yamlPlainScalar') - -endif |