Skip to content

A Vim syntax highlighter for Twee/Twine's SugarCube 2 format.

License

Notifications You must be signed in to change notification settings

mcombeau/vim-twee-sugarcube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!