0.1.4 • Published 3 years ago
gmail-lang-cm-editor v0.1.4
Code mirror editor for gmail query language
This includes a simple code mirror editor for a Gmail query language.
This editor provides a first version of:
- Syntax highlighting
- Keyword autocomplete
- Syntax error linting
Getting started
Install the npm package
npm i gmail-lang-cm-editor
yarn add gmail-lang-cm-editorImport the gmail language editor from your code and use it.
import { Editor } from 'gmail-lang-cm-editor'Try it for yourself
Clone the project
git clone https://github.com/FedeLochbaum/gmail-lang-cm-editor.gitRun the component stories
yarn stories