@xiechao/codemirror-lang-handlebars
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Handlebars Language CodeMirror 6

This package aims to provide Handlebars language support to CodeMirror 6.

Usage

To use this, simply install via NPM:

npm install @xiechao/codemirror-lang-handlebars

Then you can use it like so:

import { handlebarsLanguage } from "@xiechao/codemirror-lang-handlebars"

handlebarsLanguage // => https://codemirror.net/docs/ref/#language.LRLanguage

Development

The following commands can be used for development:

# Prepare/Build the codebase
npm run prepare

# Test the codebase, must be prepared beforehand
npm t

Readme

Keywords

none

Package Sidebar

Install

npm i @xiechao/codemirror-lang-handlebars

Weekly Downloads

45

Version

1.0.4

License

MIT

Unpacked Size

63.5 kB

Total Files

8

Last publish

Collaborators

  • xiechao