Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

Gleam language support for the CodeMirror code editor.

License

Notifications You must be signed in to change notification settings

giacomocavalieri/codemirror-lang-gleam

Repository files navigation

⚠️ The official repository was moved under the Exercism organization, check it out!

codemirror-lang-gleam

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

Wren support. Includes snippet completion.

gleamLanguage: LRLanguage

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

lezerParser: Lezer#Parser

Lezer Gleam parser.

About

Gleam language support for the CodeMirror code editor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published