ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

ECT

by TurtlePie ALL

No description provided

Details

  • 2013.04.03.15.04.36
  • github.​com
  • github.​com
  • 11 years ago
  • 14 minutes ago
  • 11 years ago

Installs

  • Total 2K
  • Win 551
  • Mac 720
  • Linux 273
Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime Text 2 Syntax highlighting for ECT, embedded CoffeeScript HTML
Additionally, as ECT is backward compatible with ECO, so is this.

See: http://ectjs.com

Comes with sets of open and close tags:

<% %>
<< >>
<? ?>
{{ }}

You would specify open and close options when you create a new ECT engine/renderer, within your application.

Install

Via the Sublime Package Manager, under ECT.
Or simply clone this repo into /Sublime Text 2/Data/Packages/ECT/

Optional

You may create your own tags by copying a .tmLanguage file.
The {{ }} template, ect_html3.tmLanguage, would be the easiest.

Replace all occurances (they're all contained within one <dict> around line 500) of each open and close tag with your own tags

Also, be sure to rename the .tmLanguage near the top of the file: “ name ECT {{

Note that html characters must be encoded within the .tmLanguage files. eg. `<` is expressed as `&lt;`