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

ETPL

by ecomfe ALL

An ETPL syntax definition & snippets specifically for Sublime Text.

Details

Installs

  • Total 161
  • Win 79
  • Mac 75
  • Linux 7
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12
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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime ETPL

An ETPL syntax definition & snippets specifically for Sublime Text.

About ETPL

ETPL is a reusable, flexible, high-performance JavaScript template engine for Browser & Node.

Screenshot

Default syntax & base16-ocean.dark.tmTheme:

Base 16 Ocean

Mustache style syntax & Tomorrow.tmTheme:

Tomorrow

Install

Get it through Git

Clone the repository in your Sublime Text Packages directory:

git clone https://github.com/ecomfe/sublime-etpl.git ETPL

The Packages directory is located at:

  • Sublime Text 3
    • OS X: ~/Library/Application Support/Sublime Text 3/Packages/
    • Linux: ~/.Sublime Text 3/Packages/
    • Windows: %APPDATA%/Sublime Text 3/Packages/
  • Sublime Text 2
    • OS X: ~/Library/Application Support/Sublime Text 2/Packages/
    • Linux: ~/.Sublime Text 2/Packages/
    • Windows: %APPDATA%/Sublime Text 2/Packages/

Get it through Sublime Package Control

If you haven't used it yet, just install it from the link above and then:

  1. Press Shift + Command (or Ctrl) + P
  2. Type install, to bring up the “Package Control: Install Package” option, and press Enter
  3. Look for ETPL, and press Enter to install it.

Settings

Go to Preferences > Package Settings > ETPL > Settings - User, insert & override the following JSON snippet:

{
    "commandOpen": "",
    "variableOpen": "${",
    "variableClose": "}"
}

Usage

Comments

Key bindings for “:

  • OS X: Command + /
  • Linux/Windows: Ctrl + /

Snippets

  • target: + Tab → ”
  • block: + Tab...
  • import: + Tab → “
  • use: + Tab → ”
  • var: + Tab → “
  • for: + Tab...
  • if: + Tab...
  • elif: + Tab → ”
  • else: + Tab → “
  • filter: + Tab...

Related

Contributors

License

MIT © Baidu Inc.