Skip to content

sepisoad/SubJanet

Repository files navigation

subjanet

janet sublime plugin

features

working

- [✓] syntax highliting (copied from janet source itself :))
- [✓] code formating (based on janet spork formatter)
- [✓] context based autocompletion

in progress

- [ ] jpm integration
  - [✓] list globally installed packages
  - [✓] list installable packages
  - [ ] install global packages
  - [ ] remove global packages
  - [ ] list project dependencies
  - [ ] install project artifacts
  - [ ] uninstall project artifacts
  - [ ] build project
  - [ ] clean project
  - [ ] test project

future goals

- [ ] eval file
- [ ] eval form
- [ ] repl view