view runtime/indent/pyrex.vim @ 31179:551a8be12cf9

Added tag v9.0.0923 for changeset f1c345ae4d898c6a86e5cb72b535380cc989e067
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Nov 2022 21:45:03 +0100
parents 644578c9e219
children
line wrap: on
line source

" Vim indent file
" Language:	Pyrex
" Maintainer:	Marco Barisione <marco.bari@people.it>
" 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