Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.4 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.4 KB

vim-renpy

Vim syntax highlighting for Renpy script files.

Installation

Just add the following line in your .vimrc:

NeoBundle 'chaimleib/vim-renpy'
git clone https://github.com/chaimleib/vim-renpy ~/.vim/bundle/vim-renpy

Manual Installation

There are three components to installing a Vim syntax file:

  1. ./syntax/renpy.vim - the syntax highlighting file.
  2. ./ftdetect/renpy.vim - detects when a .rpy file is loaded and tells vim to use the correct syntax file.
  3. Make sure syntax on is in your .vimrc file.

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