Releases: valtzu/codemirror-lang-el
Releases · valtzu/codemirror-lang-el
0.5.0: Lint function argument count
- Add function argument linting
- Add function argument tooltip
- Fix code folding
- Add more colors
- Add more tests
0.4.2
Fix property access on method result
0.4.0
- Refactor AST grammar to allow better linting & autocompletion
- Add support for objects
- Add support for types
0.3.0
- Implement Ctrl+Space to open autocompletion menu with no input
- Show linter error when multiple variables in row
0.2.1
Don't offer autocompletion when there's an open string
0.1.12
Fix autocomplete after scalars