Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monospaced/sublime-twee
Twee syntax highlighting for Sublime Text 2.
https://github.com/monospaced/sublime-twee
Last synced: about 2 months ago
JSON representation
Twee syntax highlighting for Sublime Text 2.
- Host: GitHub
- URL: https://github.com/monospaced/sublime-twee
- Owner: monospaced
- Created: 2012-10-16T17:17:52.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T14:58:27.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T23:56:50.378Z (9 months ago)
- Homepage:
- Size: 4.88 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sublime Twee
============*twee* source code syntax highlighting for Sublime Text.
*twee* is a command-line tool for writing hypertext stories…
* [twee documentationn](http://gimcrackd.com/etc/doc/)
* [twee source](https://github.com/tweecode/twee)
## Install
### Package Control
The easiest way to install this is with [Package Control](https://packagecontrol.io/).
* If you just went and installed Package Control, you probably need to restart Sublime Text before doing this next bit.
* Bring up the Command Palette (Command+Shift+p on OS X, Control+Shift+p on Linux/Windows).
* Select "Package Control: Install Package" (it'll take a few seconds)
* Select Twee when the list appears.
* Package Control will automatically keep Twee up to date with the latest version.### Git
Clone this repository into the Packages directory.
If you need to find the Packages directory, access the Console (Control+`) and enter the following command:
print sublime.packages_path()
### Manual
Drop the Twee.tmLanguage file into your Packages folder (Preferences > Browse Packages…).