From 0a7c62b3b22a75f91245a718c1409e4216ae61c8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 30 Apr 2020 16:49:01 +0200 Subject: Remove rego syntax, fixes #486 --- ftdetect/polyglot.vim | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 65fb0cd5..40c33941 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -1232,17 +1232,6 @@ au BufNewFile,BufRead .merlin set ft=merlin augroup end endif -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'rego') == -1 - augroup filetypedetect - " rego, from rego.vim in tsandall/vim-rego -autocmd BufRead,BufNewFile *.rego set filetype=rego - -" Use # as a comment prefix -setlocal comments=b:#,fb:- -setlocal commentstring=#\ %s - augroup end -endif - if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ruby') == -1 augroup filetypedetect " ruby, from ruby.vim in vim-ruby/vim-ruby -- cgit v1.2.3