runtime(mojo): include mojo ftplugin and indent script

Taken from excerpts of the Python ftplugin and adapted,
indent script simply sources the python indent script.

closes: #15171

Signed-off-by: Riley Bruins <ribru17@hotmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Riley Bruins
2024-07-11 22:50:36 +02:00
committed by Christian Brabandt
parent a20bf69a3b
commit fc533c9f06
3 changed files with 49 additions and 0 deletions

6
runtime/indent/mojo.vim Normal file
View File

@ -0,0 +1,6 @@
" Vim indent file
" Language: Mojo
" Maintainer: Riley Bruins <ribru17@gmail.com>
" Last Change: 2024 Jul 07
runtime! indent/python.vim