Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcombeau/vim-twee-sugarcube

A Vim syntax highlighter for Twee/Twine's SugarCube 2 format.
https://github.com/mcombeau/vim-twee-sugarcube

sugarcube-2 sugarcube2 syntax-highlighting twine-format twinery vim vim-plugin vim-plugins vim-syntax-highlight vim-syntax-highlighting

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# vim-twee-sugarcube

A [Vim](https://github.com/vim/vim) syntax highlighting plugin for [Sugarcube 2](https://www.motoslave.net/sugarcube/2/) a [Twine/Twee](http://twinery.org/) 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](https://github.com/Shougo/neobundle.vim): `NeoBundle 'mcombeau/vim-twee-sugarcube'`
- [Pathogen](https://github.com/tpope/vim-pathogen): `cd ~/.vim/bundle && git clone https://github.com/mcombeau/vim-twee-sugarcube.git`
- [Plug](https://github.com/junegunn/vim-plug): `Plug 'mcombeau/vim-twee-sugarcube'`
- [Vundle](https://github.com/VundleVim/Vundle.vim): `Plugin 'mcombeau/vim-twee-sugarcube'`

## Contribute

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