Skip to content

An ETPL syntax definition & snippets specifically for Atom.

License

Notifications You must be signed in to change notification settings

ecomfe/atom-etpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atom ETPL

An ETPL syntax definition & snippets specifically for Atom.

About ETPL

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

Syntax highlighting

Atom Material

Snippets

  • target: + Tab<!-- target: TARGET_NAME(master = MASTER_NAME) -->
  • block: + Tab<!-- block: BLOCK_NAME --> ... <!-- /block -->
  • import: + Tab<!-- import: TARGET_NAME -->
  • use: + Tab<!-- use: TARGET_NAME(ASSIGNMENT_EXPRESSIONS) -->
  • var: + Tab<!-- var: VAR_NAME = EXPRESSION -->
  • for: + Tab<!-- for: VARIABLE as ITEM, KEY_OR_INDEX --> ... <!-- /for -->
  • if: + Tab<!-- if: CONDITIONAL_EXPRESSION --> ... <!-- /if -->
  • elif: + Tab<!-- elif: CONDITIONAL_EXPRESSION -->
  • else: + Tab<!-- else -->
  • filter: + Tab<!-- filter: FILTER_NAME(ARGUMENTS) --> ... <!-- /filter -->

Related

License

MIT © Baidu Inc.

About

An ETPL syntax definition & snippets specifically for Atom.

Resources

License

Stars

Watchers

Forks

Packages

No packages published