Vim syntax highlighting for Renpy script files.
Just add the following line in your .vimrc
:
NeoBundle 'chaimleib/vim-renpy'
git clone https://github.com/chaimleib/vim-renpy ~/.vim/bundle/vim-renpy
There are three components to installing a Vim syntax file:
./syntax/renpy.vim
- the syntax highlighting file../ftdetect/renpy.vim
- detects when a.rpy
file is loaded and tells vim to use the correct syntax file.- Make sure
syntax on
is in your.vimrc
file.
Clone or download this repository and copy all the directories here in your ~/.vim
directory.
If you haven't done so already, add
syntax on
to ~/.vimrc
as well.
This package may also run with other package managers like Vundle, but it is still not tested.
- Based on Spiky Caterpillar's renpy.vim
- Modifications from: