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
  • 19 minutes ago
  • 11 years ago

Installs

  • Total 2K
  • Win 552
  • Mac 720
  • Linux 273
May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 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
Windows 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 0 0 0
Mac 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 1 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 0 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;`