Skip to content

chaimleib/vim-renpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Vim syntax highlighting for Renpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published