# Tera for Sublime Text
Sublime Text package for the [Tera](https://keats.github.io/tera/) templating language.
## Features
- Syntax highlighting for template logic
- Embedded HTML syntax highlighting for template content
## Installation
### Manual
1. Download or clone this repository.
2. Go to **Preferences** > **Browse Packages...** in Sublime Text.
3. Copy the `Tera` folder into the Packages directory.
4. Restart Sublime Text.
### Package Control
1. Open the command palette (Ctrl+Shift+P or Cmd+Shift+P).
2. Enter `Package Control: Install Package`.
3. Searching for and installing the `Tera` package.
## License
[MIT](LICENSE)
## Thanks To
[@uncenter](https://github.com/uncenter) for [vscode-tera](https://github.com/uncenter/vscode-tera)'s tmLanguage, which was ported for Sublime Text.