Skip to content

FedeLochbaum/gmail-lang-cm-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-editor

Import 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.git

Run the component stories

yarn stories

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published