Socket
Socket
Sign inDemoInstall

@exercism/codemirror-lang-gleam

Package Overview
Dependencies
9
Maintainers
6
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @exercism/codemirror-lang-gleam

Gleam Lezer parser and language support for CodeMirror


Version published
Weekly downloads
6
Maintainers
6
Created
Weekly downloads
 

Changelog

Source

Version 2.0.0

  • Updated for CodeMirror v6.0.0.
  • Add const and opaque to the highlighted keywords

Readme

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

Last updated on 12 Apr 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc