Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 922 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 922 Bytes

vim-twee-sugarcube

A Vim syntax highlighting plugin for Sugarcube 2 a Twine/Twee story format.

Enables highlighting for both SugarCube 2 and HTML syntax in .tw and .twee files.

Install

Manual install: Copy all of the files to your ~/.vim directory.

Install via a vim plugin manager:

  • NeoBundle: NeoBundle 'mcombeau/vim-twee-sugarcube'
  • Pathogen: cd ~/.vim/bundle && git clone https://github.com/mcombeau/vim-twee-sugarcube.git
  • Plug: Plug 'mcombeau/vim-twee-sugarcube'
  • Vundle: Plugin 'mcombeau/vim-twee-sugarcube'

Contribute

Feel free to submit a pull request or open an issue for any unexpected highlighting issues!