@exercism/codemirror-lang-gleam
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

codemirror-lang-gleam

NPM Version

This package implements basic Gleam language support for the CodeMirror code editor.

Language Support + Lezer Grammar

This includes both the CodeMirror LanguageSupport and the LRLanguage grammar all bundled into a single small repository with a simple build process.

Maintainers

There is a very rough developer tool in devtool that can be used for testing.

npm run build-devtool

API Reference

gleam() → LanguageSupport

Gleam support.

gleamLanguage: LRLanguage

A language provider based on the Lezer Gleam parser provided in this very same package.

lezerParser: Lezer#Parser

Lezer Gleam parser.

Readme

Keywords

none

Package Sidebar

Install

npm i @exercism/codemirror-lang-gleam

Weekly Downloads

9

Version

2.0.0

License

MIT

Unpacked Size

58.6 kB

Total Files

6

Last publish

Collaborators

  • erikschierboom
  • lpil
  • sleeplessbyte
  • ihid
  • neenjaw
  • joshgoebel