mirror of
https://github.com/neovim/neovim.git
synced 2026-08-19 02:24:46 -05:00
Taken from excerpts of the Python ftplugin and adapted, indent script simply sources the python indent script. closes: vim/vim#15171 https://github.com/vim/vim/commit/fc533c9f06aff579437f9f2348a21241a72c7967 Co-authored-by: Riley Bruins <ribru17@hotmail.com>
7 lines
137 B
VimL
7 lines
137 B
VimL
" Vim indent file
|
|
" Language: Mojo
|
|
" Maintainer: Riley Bruins <ribru17@gmail.com>
|
|
" Last Change: 2024 Jul 07
|
|
|
|
runtime! indent/python.vim
|