From bc9757916ed09763d96283ee62dbed58bd713a11 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 6 Oct 2020 18:54:19 +0200 Subject: Add all vim filetypes --- indent/pyrex.vim | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 indent/pyrex.vim (limited to 'indent/pyrex.vim') diff --git a/indent/pyrex.vim b/indent/pyrex.vim new file mode 100644 index 00000000..c4662c31 --- /dev/null +++ b/indent/pyrex.vim @@ -0,0 +1,17 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'pyrex') == -1 + +" Vim indent file +" Language: Pyrex +" Maintainer: Marco Barisione +" URL: http://marcobari.altervista.org/pyrex_vim.html +" Last Change: 2005 Jun 24 + +" Only load this indent file when no other was loaded. +if exists("b:did_indent") + finish +endif + +" Use Python formatting rules +runtime! indent/python.vim + +endif -- cgit v1.2.3