Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mcombeau/vim-twee-sugarcube
- Owner: mcombeau
- License: unlicense
- Created: 2023-08-24T17:25:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-27T23:46:27.000Z (over 1 year ago)
- Last Synced: 2023-08-28T00:31:40.831Z (over 1 year ago)
- Topics: sugarcube-2, sugarcube2, syntax-highlighting, twine-format, twinery, vim, vim-plugin, vim-plugins, vim-syntax-highlight, vim-syntax-highlighting
- Language: Vim Script
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!