summaryrefslogtreecommitdiffstats
path: root/ftdetect/polyglot.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-06 13:42:56 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-06 13:42:56 +0200
commit34e01b8b62701afbd6b4ab1ffb4057617f540dce (patch)
treea124fcdc4f9205174c78564c02892099f2b754fb /ftdetect/polyglot.vim
parent1e533e5982a9c80f262b09fbe94e1ac4555ad915 (diff)
downloadvim-polyglot-34e01b8b62701afbd6b4ab1ffb4057617f540dce.tar.gz
vim-polyglot-34e01b8b62701afbd6b4ab1ffb4057617f540dce.zip
Start github-linguist rewrite
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r--ftdetect/polyglot.vim42
1 files changed, 0 insertions, 42 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index 9bf5a146..b6b51ac1 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -46,48 +46,6 @@ call s:SetDefault('g:python_highlight_operators', 1)
call s:SetDefault('g:python_highlight_file_headers_as_comments', 1)
call s:SetDefault('g:python_slow_sync', 1)
-if index(g:polyglot_disabled, 'acpiasl') == -1
- au BufNewFile,BufRead *.asl set ft=asl
- au BufNewFile,BufRead *.dsl set ft=asl
-endif
-
-if index(g:polyglot_disabled, 'apiblueprint') == -1
- au BufNewFile,BufRead *.apib set ft=apiblueprint
-endif
-
-if index(g:polyglot_disabled, 'applescript') == -1
- au BufNewFile,BufRead *.scpt set ft=applescript
- au BufNewFile,BufRead *.applescript set ft=applescript
-endif
-
-if index(g:polyglot_disabled, 'arduino') == -1
- au BufNewFile,BufRead *.ino,*.pde set ft=arduino
-endif
-
-if index(g:polyglot_disabled, 'asciidoc') == -1
- au BufNewFile,BufRead *.asciidoc,*.adoc set ft=asciidoc
-endif
-
-if index(g:polyglot_disabled, 'blade') == -1
- au BufNewFile,BufRead *.blade.php set ft=blade
-endif
-
-if index(g:polyglot_disabled, 'brewfile') == -1
- au BufNewFile,BufRead Brewfile,.Brewfile set ft=ruby syn=brewfile
-endif
-
-if index(g:polyglot_disabled, 'caddyfile') == -1
- au BufNewFile,BufRead Caddyfile set ft=caddyfile
-endif
-
-if index(g:polyglot_disabled, 'carp') == -1
- au BufNewFile,BufRead *.carp set ft=carp
-endif
-
-if index(g:polyglot_disabled, 'cjsx') == -1
- au BufNewFile,BufRead *.csx,*.cjsx set ft=coffee
-endif
-
if index(g:polyglot_disabled, 'clojure') == -1
au BufNewFile,BufRead *.clj,*.cljs,*.edn,*.cljx,*.cljc,{build,profile}.boot set ft=clojure
endif