Skip to content

Releases: valtzu/codemirror-lang-el

0.5.0: Lint function argument count

07 Apr 20:21
Compare
Choose a tag to compare
  1. Add function argument linting
  2. Add function argument tooltip
  3. Fix code folding
  4. Add more colors
  5. Add more tests

0.4.2

24 Mar 15:42
Compare
Choose a tag to compare

Fix property access on method result

0.4.0

24 Mar 15:24
bf9dab6
Compare
Choose a tag to compare
  1. Refactor AST grammar to allow better linting & autocompletion
  2. Add support for objects
  3. Add support for types

0.3.0

23 Mar 11:23
Compare
Choose a tag to compare
  1. Implement Ctrl+Space to open autocompletion menu with no input
  2. Show linter error when multiple variables in row

0.2.3

17 Sep 10:13
Compare
Choose a tag to compare

Add tooltip etc

0.2.2

16 Sep 20:19
Compare
Choose a tag to compare

Add basic linting

0.2.1

16 Sep 19:35
Compare
Choose a tag to compare

Don't offer autocompletion when there's an open string

0.1.13

16 Sep 16:46
d33a4dc
Compare
Choose a tag to compare

Initial npm release

0.1.12

01 Aug 01:03
Compare
Choose a tag to compare
Fix autocomplete after scalars

0.1.11

01 Aug 00:44
Compare
Choose a tag to compare
Add autocomplete etc