A language support plugin for intellij based IDEs for the Sleepy language based on its compiler. A prebuilt archives are available in this repository in distributions
.
- Simple (lexer based) syntax highlighting.
- (CLion only) Enables debugging executables with the built in gdb interface.
- (In Progress on this branch) Semantic (parser based) syntax highlighting.
- Install from the latest archive in
distributions
or build yourself. - Then specify the path to the Sleepy compiler (i.e. the root of the sleepy repository) in Settings -> Tools -> Sleepy Path.
- If the dependencies of the sleepy compiler are not globally installed, also specify the additional python include path as e.g.
path/to/venv/lib/python3.8/site-packages
.