All Projects → mjmlio → language-mjml

mjmlio / language-mjml

Licence: other
Atom Editor package providing syntax support for MJML

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to language-mjml

atom-zurb-foundation
Zurb Foundation 6 for sites snippets.
Stars: ✭ 31 (-35.42%)
Mutual labels:  atom, atom-package, atom-plugin, atom-editor
atom-ide-scala
Scala & Dotty support for Atom IDE (🧟‍♂️ zombie repo)
Stars: ✭ 47 (-2.08%)
Mutual labels:  atom, atom-package, atom-plugin
atom-carbon-now-sh
Atom package to open the current editor content in https://carbon.now.sh/
Stars: ✭ 15 (-68.75%)
Mutual labels:  atom, atom-package, atom-editor
Mighty React Snippets
Crafty React & Redux snippets for Atom Editor
Stars: ✭ 16 (-66.67%)
Mutual labels:  atom, atom-package, atom-editor
ide-css
Atom-IDE for CSS, LESS and SCSS language
Stars: ✭ 18 (-62.5%)
Mutual labels:  atom-package, atom-plugin, atom-editor
mjml-syntax
Sublime package for the MJML
Stars: ✭ 44 (-8.33%)
Mutual labels:  emails, mjml, responsive-email
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+1462.5%)
Mutual labels:  atom, atom-package, atom-editor
atom-standardjs-snippets
⚡ A collection of JavaScript snippets for Atom, Standard Style
Stars: ✭ 47 (-2.08%)
Mutual labels:  atom, snippets, atom-package
Atom Ava
Snippets for AVA and run tests directly in the editor
Stars: ✭ 96 (+100%)
Mutual labels:  atom, snippets, atom-editor
Github
Git and GitHub integration for Atom
Stars: ✭ 880 (+1733.33%)
Mutual labels:  atom, atom-package, atom-editor
ide-yaml
Atom-IDE support for YAML language
Stars: ✭ 16 (-66.67%)
Mutual labels:  atom-package, atom-plugin, atom-editor
Atom React Snippets
esnext React snippets
Stars: ✭ 146 (+204.17%)
Mutual labels:  atom, atom-package, atom-editor
atom-ide-crystal
Crystal IDE package for Atom using the Scry Language Server
Stars: ✭ 24 (-50%)
Mutual labels:  atom, atom-package, atom-editor
Vuejs Snippets
Collection of Vuejs 2.0+ snippets
Stars: ✭ 17 (-64.58%)
Mutual labels:  atom, snippets, atom-package
Markdown Themeable Pdf
ARCHIVED. NOT MAINTAINED. Themeable Markdown Converter (Print to PDF, HTML, JPEG or PNG)
Stars: ✭ 130 (+170.83%)
Mutual labels:  atom, atom-package, atom-editor
mjml-server
MJML wrapped in Express for use over HTTP
Stars: ✭ 31 (-35.42%)
Mutual labels:  emails, mjml, responsive-email
RebelChat
Rebel Chat 💬 - is a modern way to keep in touch with any team, and keep your messaging under control right in your editor.
Stars: ✭ 19 (-60.42%)
Mutual labels:  atom, atom-editor
atom-remember-session
A simple package to make Atom remember your previous session - Not being developed anymore!
Stars: ✭ 15 (-68.75%)
Mutual labels:  atom, atom-package
atom-ide-d
Adds D language support for Atom
Stars: ✭ 33 (-31.25%)
Mutual labels:  atom, atom-package
linter-ansible-linting
ansible-lint linter for atom
Stars: ✭ 19 (-60.42%)
Mutual labels:  atom-package, atom-editor

Language MJML

Adds syntax highlighting and snippets to MJML files in Atom.

This is a fork from language-html by atom.

Installation

apm install language-mjml

Usage

Template

Type mjml- and hit tab to see the magic happen

<!-- will expand to -->
<mjml>
  <mj-head>
    <mj-title></mj-title>
    <mj-attributes>

    </mj-attributes>
  </mj-head>
  <mj-body>
      <mj-section>
        <mj-column>

        </mj-column>
      </mj-section>
  </mj-body>
</mjml>

Components

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

<!-- will expand to -->
<mj-body>

</mj-body>

Contributing

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].