All notable changes to lang-feel are documented here. We use semantic versioning for releases.
Note: Yet to be released changes appear here.
FEAT
: completenull
,false
, andtrue
tokensFEAT
: improve completion in various casesDEPS
: update to[email protected]
FEAT
: allow to specifyparserDialect
(#13)DEPS
: update to[email protected]
FIX
: do not complete snippets insidePathExpression
FEAT
: attach languagename
(51dff22
)CHORE
: use contextual language to bind autocompletion tokens (9a759a0
)DEPS
: updatecodemirror*
depsDEPS
: update to[email protected]
FEAT
: make keyword completions contextualFEAT
: allow to override completionsFEAT
: expose many onboard utilities for easier customizing
DEPS
: update to[email protected]
DEPS
: updatelezer
DEPS
: update to[email protected]
- Parses single expression rather than expressions
DEPS
: update to[email protected]
FEAT
: allow folding of parenthesis
FIX
: continue indent in parenthesis and function invocation
FIX
: remove wrongif
snippet
DEPS
: bump to[email protected]
DEPS
: updatecodemirror
DEPS
: bump to[email protected]
DEPS
: bump to[email protected]
FIX
: don't complete inStringLiteral
FEAT
: unify snippetsFIX
: don't double-suggest keyword completions
Initial version.