Handlebars language support for CodeMirror6
npm install @xiechao/codemirror-lang-handlebarsThis package aims to provide Handlebars language support to CodeMirror 6.
To use this, simply install via NPM:
```
npm install @xiechao/codemirror-lang-handlebars
Then you can use it like so:
`javascript
import { handlebarsLanguage } from "@xiechao/codemirror-lang-handlebars"
handlebarsLanguage // => https://codemirror.net/docs/ref/#language.LRLanguage
`
The following commands can be used for development:
`bashPrepare/Build the codebase
npm run prepare