Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronmccall/jade.mode
A SubEthaEdit/Coda syntax mode for the jade templating language
https://github.com/aaronmccall/jade.mode
Last synced: 3 months ago
JSON representation
A SubEthaEdit/Coda syntax mode for the jade templating language
- Host: GitHub
- URL: https://github.com/aaronmccall/jade.mode
- Owner: aaronmccall
- Created: 2012-02-16T22:13:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-05T17:18:25.000Z (over 12 years ago)
- Last Synced: 2024-05-11T02:33:10.080Z (6 months ago)
- Size: 137 KB
- Stars: 28
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-pug - Coda/SubEtha
README
# jade.mode
jade.mode is a jade syntax definition for SubEthaEdit & Coda. It is not complete, but it is useful. Please fork, make suggestions or otherwise help as you see fit.
## Coda 2 support!
@bluestrike2 (Tom Stoecklein) has created a Coda 2 version of the mode. It is available in the [coda2_master branch](https://github.com/aaronmccall/jade.mode/tree/coda2_master)
### Installation
Simply check out this repo into either `~/Library/Application Support/Coda/Modes` or `~/Library/Application Support/SubEthaEdit/Modes`, be sure to name the directory `jade.mode`.
## Features
* Highlights all valid HTML5 tags
* Supports embedded HTML
* Highlights all text preceded by `-`, `=` or `!=` as the first non-whitespace character as though it were Javascript
* Highlights save (#{foo}) and unsafe (!{bar}) interpolations
* Highlights doctype declarations (!!! or doctype or