language-ezml

EZML Language Support in Atom

stormburpee

12

0

0.1.0

MIT

GitHub

language-ezml

ezml language grammar for GitHub's Atom IDE.

screenshot

Supported Filetypes

Supported filters

You can switch to another language right in the middle of your ezml file by using a "filter":

screenshot

This ezml bundle currently supports the following filters:

The ezml documentation lists the following additional filters:

To add more you can simply copy and paste one of the captures in the ruby ezml.cson file and make the changes necessary to support your filter of choice:

{
  'begin': '^(\\s*)(:css)'
  'beginCaptures':
    '2':
      'name': 'entity.name.tag.ezml'
  'end': '^(?! *$|\\1 )'
  'name': 'source.css.embedded.html'
  'patterns': [
    {
      'include': 'source.css'
    }
  ]
}