Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 839 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 839 Bytes

coffeescript-react.tmbundle

Textmate 2 Bundle for CJSX (React CoffeeScript)

Basic syntax highlighting

Manual installation

Clone this repository and make TextMate reload its bundles. For TextMate 2:

mkdir -p ~/Library/Application\ Support/Avian/Bundles
cd ~/Library/Application\ Support/Avian/Bundles
git clone https://github.com/michaelbearne/coffeescript-react.tmbundle.git
osascript -e 'tell app "TextMate" to reload bundles'

This is reusing the jsx syntax highlighting from javascript-react.

Borrows heavily from textmate/html.tmbundle and textmate/javascript.tmbundle.