lang-feel
This package implements the DMN FEEL language support for the CodeMirror code editor.
Related
- lezer-feel - FEEL grammar
- feelin - FEEL parser + interpreter
License
MIT
FEEL language support for the CodeMirror code editor
This package implements the DMN FEEL language support for the CodeMirror code editor.
MIT
All notable changes to lang-feel are documented here. We use semantic versioning for releases.
_Note: Yet to be released changes appear here._
FEAT
: complete null
, false
, and true
tokensFEAT
: improve completion in various casesDEPS
: update to lezer-feel@1.7.0
FEAT
: allow to specify parserDialect
(#13)DEPS
: update to lezer-feel@1.3.0
FIX
: do not complete snippets inside PathExpression
FEAT
: attach language name
(51dff22
)CHORE
: use contextual language to bind autocompletion tokens (9a759a0
)DEPS
: update codemirror*
depsDEPS
: update to lezer-feel@1.2.9
FEAT
: make keyword completions contextualFEAT
: allow to override completionsFEAT
: expose many onboard utilities for easier customizingDEPS
: update to lezer-feel@1.2.0
DEPS
: update lezer
DEPS
: update to lezer-feel@1.0.0
DEPS
: update to lezer-feel@0.17.0
FEAT
: allow folding of parenthesisFIX
: continue indent in parenthesis and function invocationFIX
: remove wrong if
snippetDEPS
: bump to lezer-feel@0.17.0
DEPS
: update codemirror
DEPS
: bump to lezer-feel@0.16.0
DEPS
: bump to lezer-feel@0.15.0
FIX
: don't complete in StringLiteral
FEAT
: unify snippetsFIX
: don't double-suggest keyword completionsInitial version.