ngarnier / git-autocomplete-codemirror

A package to generate tags for Codemirror xml-autocomplete

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-autcomplete-codemirror

A package to generate a tree of available tags and attributes based on a version of MJML.

The tree structure is based on xmlcomplete from CodeMirror (used to generate autocomplete in the mjml-app).

Installation

npm install

Usage

Set the version of MJML for which you want to get available tags and attributes in config.tag in the config.js file.

To run it: babel-node index.js

About

A package to generate tags for Codemirror xml-autocomplete


Languages

Language:JavaScript 100.0%