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