Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mjmlio/language-mjml
- Owner: mjmlio
- License: other
- Created: 2016-01-28T17:18:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-24T16:58:02.000Z (about 4 years ago)
- Last Synced: 2024-04-14T23:57:01.149Z (9 months ago)
- Topics: atom, atom-editor, atom-package, atom-plugin, email, emails, mjml, responsive-email, snippets
- Language: CoffeeScript
- Homepage: https://atom.io/packages/language-mjml
- Size: 39.1 KB
- Stars: 49
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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.