Skip to content

Commit

Permalink
Made the README a markdown doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron McCall committed Feb 16, 2012
1 parent 08fa813 commit 6317b1a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
26 changes: 26 additions & 0 deletions README.md
@@ -0,0 +1,26 @@
# jade.mode


jade.mode is a jade syntax definition for SubEthaEdit & Coda.

## Usage

### 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`.

## Known Issues

* Multi-line comments are unsupported
* Code that is not preceded by `-`, `=` or `!=` is not highlighted
* Code following a tag plus equal sign construct (eg, `p= foo || 'bar'`) is not highlighted
* Embedded JS blocks via script tag are currently not highlighted

## Author

Aaron McCall

### Credits

James Menera gave me invaluable feedback and encouragement. Thanks, James!

27 changes: 0 additions & 27 deletions README.textile

This file was deleted.

0 comments on commit 6317b1a

Please sign in to comment.