summaryrefslogtreecommitdiffstats
path: root/indent/scss.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-02-02 23:23:52 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2017-02-02 23:23:52 +0100
commit6e9529be4e0c2b0b42e5eb51fad1c34bae6f56fc (patch)
tree4bdaa1decc2241814e5de4de04d3ee39df4b3684 /indent/scss.vim
parent462bb76e06c9efa66cc4bae098dcc5497dd1069d (diff)
downloadvim-polyglot-2.14.0.tar.gz
vim-polyglot-2.14.0.zip
Change scss provider to cakebaker, closes #173v2.14.0
Diffstat (limited to 'indent/scss.vim')
-rw-r--r--indent/scss.vim16
1 files changed, 0 insertions, 16 deletions
diff --git a/indent/scss.vim b/indent/scss.vim
deleted file mode 100644
index 68ebbe53..00000000
--- a/indent/scss.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haml') == -1
-
-" Vim indent file
-" Language: SCSS
-" Maintainer: Tim Pope <vimNOSPAM@tpope.org>
-" Last Change: 2010 Jul 26
-
-if exists("b:did_indent")
- finish
-endif
-
-runtime! indent/css.vim
-
-" vim:set sw=2:
-
-endif