Language support for the Spooky language, chiefly used to code solutions for Project Gödel.
- Syntax highlighting of Spooky files.
- Compilation of Spooky files with a built-in compiler.
Java 14 or later must be installed on the system. Java is located by looking for
- the
java.home
VS Code configuration variable - the
JDK_HOME
environment variable - the
JAVA_HOME
environment variable - a
java
binary on the system path
The extension now bundles a Spooky compiler and adds a "Spooky: Compile file" action for .spooky
files.
Initial release of the Spooky extension, featuring syntax highlighting.