🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@exercism/codemirror-lang-gleam

Package Overview
Dependencies
Maintainers
6
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exercism/codemirror-lang-gleam

Gleam Lezer parser and language support for CodeMirror

2.0.1
latest
Source
npm
Version published
Weekly downloads
274
-23.68%
Maintainers
6
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 09 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts