Skip to content

Provides ECO template syntax highlighting for the Adobe Brackets IDE

License

Notifications You must be signed in to change notification settings

SteveMcArthur/brackets-eco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brackets-Eco

Provides 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