Skip to content

chaimleib/vim-renpy

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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:

  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