@bpmn-io/feelers-lint
v1.0.0
Published
FEELers linting support for CodeMirror 6.
Readme
@bpmn-io/feelers-lint
CodeMirror 6 linting support for the FEELers templating language.
Usage
import { feelersLinter } from '@bpmn-io/feelers-lint';
import { EditorView } from '@codemirror/view';
import { EditorState } from '@codemirror/state';
const view = new EditorView({
state: EditorState.create({
extensions: [
feelersLinter
]
})
});Build and run
Prepare the project by installing all dependencies:
npm installThen, depending on your use-case you may run any of the following commands:
# build the library and run all tests
npm run all
# run the development setup
npm run devRelated
- feelers - FEELers monorepo
- @bpmn-io/lezer-feelers - FEELers parser definition
- @bpmn-io/lang-feelers - FEELers language support for CodeMirror 6
- @bpmn-io/feelers-editor - FEELers editor component
- feelers - FEELers interpreter
License
MIT
