Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mjmlio/language-mjml

Atom Editor package providing syntax support for MJML
https://github.com/mjmlio/language-mjml

atom atom-editor atom-package atom-plugin email emails mjml responsive-email snippets

Last synced: 2 months ago
JSON representation

Atom Editor package providing syntax support for MJML

Awesome Lists containing this project

README

        

# Language MJML

Adds syntax highlighting and snippets to MJML files in Atom.

This is a fork from `language-html` by atom.

## Installation

```sh
apm install language-mjml
```

## Usage

### Template

Type `mjml-` and hit tab to see the magic happen

```html









```

### Components

Type any `mjml` tag name, without `mj-` and hit tab to see the magic happen. Ex: `body`

```html

```

## Contributing

Contributions are greatly appreciated. Please fork this repository and open a
pull request to add snippets, make grammar tweaks, etc.