Brackets CoffeeScript
An extension for Brackets that improves CoffeeScript and CJSX syntax highlighting.
It is meant as a temporary solution to use while waiting for an improved CodeMirror mode.
It uses the same coloring conventions as the JavaScript mode.
Improved syntax highlighting comes at the cost of some advanced features of the official mode.
Installation
Extension Manager
- In Brackets,
File > Extension Manager...
- Search for the extension, copy and paste the repository URL or download it as a ZIP file, then drag and drop it in place
- Press
Install
Manual
- Clone or download the repository.
- In Brackets,
Help > Show Extensions Folder
. - Paste the repository in the
user
folder. - In Brackets,
Debug > Reload With Extensions
orF5
Known Issues
- All variables assignments are recognized as definitions.
- Curly braces break string interpolation highlighting.
- No help is provided with indentation.