⚠️ The official repository was moved under the Exercism organization, check it out!
This package implements basic Gleam language support for the CodeMirror code editor.
This includes both the CodeMirror LanguageSupport
and the LRLanguage
grammar all bundled into a single small repository with a simple build process.
There is a very rough developer tool in devtool
that can be used for testing.
npm run build-devtool
-
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.