From 5b77877888162f4e415fe9a7b8c5e9fb5dfb6ee1 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 27 Sep 2017 20:43:42 +0200 Subject: Add syntax files from upstream vim repository --- ftdetect/polyglot.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 0aca9672..56e1d6a6 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -9,6 +9,10 @@ if !exists('g:vim_json_syntax_conceal') endif let g:filetype_euphoria = 'elixir' +augroup filetypedetect +" vim:vim/vim::/runtime/ +augroup END + augroup filetypedetect " apiblueprint:sheerun/apiblueprint.vim autocmd BufReadPost,BufNewFile *.apib set filetype=apiblueprint @@ -150,10 +154,6 @@ if has("autocmd") endif augroup END -augroup filetypedetect -" css:JulesWang/css.vim -augroup END - augroup filetypedetect " cucumber:tpope/vim-cucumber " Cucumber -- cgit v1.2.3