New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@exercism/codemirror-lang-wren

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exercism/codemirror-lang-wren

Wren Lezer parser and language support for CodeMirror

  • 0.7.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-30%
Maintainers
3
Weekly downloads
 
Created
Source

codemirror-lang-wren NPM Version

This package implements Wren language support for the CodeMirror code editor. Originally derived from the JavaScript grammar and language support.

The project page for CodeMirror has more information, a number of examples and the documentation.

This code is released under an MIT license.

Language Support + Lezer Grammar

This includes both the CodeMirror LanguageSupport and the LezerLanguage 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

wren() → LanguageSupport

Wren support. Includes snippet completion.

wrenLanguage: LezerLanguage

A language provider based on the Lezer Wren parser provided in this very same package, extended with highlighting and indentation information.

lezerParser: Lezer#Parser

Lezer Wren parser.

snippets: Completion[]

A collection of simple Wren-related snippets.

FAQs

Package last updated on 27 Oct 2021

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc