https://github.com/stevemcarthur/brackets-eco
Provides ECO template syntax highlighting for the Adobe Brackets IDE
https://github.com/stevemcarthur/brackets-eco
brackets brackets-eco brackets-extension coffeescript coffeescript-highlighter eco eco-highlighter extension highlighter javascript
Last synced: about 2 months ago
JSON representation
Provides ECO template syntax highlighting for the Adobe Brackets IDE
- Host: GitHub
- URL: https://github.com/stevemcarthur/brackets-eco
- Owner: SteveMcArthur
- License: mit
- Created: 2014-04-23T19:28:08.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T07:40:26.000Z (over 10 years ago)
- Last Synced: 2025-05-21T05:13:28.371Z (about 1 year ago)
- Topics: brackets, brackets-eco, brackets-extension, coffeescript, coffeescript-highlighter, eco, eco-highlighter, extension, highlighter, javascript
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Brackets-Eco
============
Provides [ECO](https://github.com/sstephenson/eco) template syntax highlighting. Previous version used the existing EJS highlighter as the basis for the ECO highlighter. As of version 1.0 it now uses the embedded HTML highlighter as the basis (recommended for HTML templating languages) with the coffeescript "scriptingModeSpec". So the highlighter now uses a genuine coffeescript highlighter for the template code between the "<% %>".
In order to make the coffeescript highlighter work correctly within the template tags, I needed to include a modified version of the coffeescript highlighter. In particular, this deals with the issue of coffeescript comments within the template tags.
---
"ECO" stands for "Embedded CoffeeScript templates". It's a templating engine that allows you to embed coffescript logic in your markup.
##License
[MIT](http://opensource.org/licenses/MIT)