Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aaronmccall/jade.mode

A SubEthaEdit/Coda syntax mode for the jade templating language
https://github.com/aaronmccall/jade.mode

Last synced: about 2 months ago
JSON representation

A SubEthaEdit/Coda syntax mode for the jade templating language

Awesome Lists containing this project

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