vscode-spade READMESupport for the SPADE L4 specification language. To publish, see https://code.visualstudio.com/docs/extensions/publish-extension. RequirementsThe environment variable "PAGEN_SERVER_JAR" must point to the SPADE Language Server JAR. The value must be the full path of the jar file, and can contain spaces. Release Notes0.0.1Initial release of vscode-spade. 0.1.0Automatically start the language server, using a batch file. 0.1.1Directly start the language server using java -jar %PAGEN_SERVER_JAR%. 0.1.2Add a color theme and update the syntax highlighter. 0.1.3Add log output highlighting. 0.1.4Start from port 9542 instead of 8000. 0.1.5Fix an issue with connecting to the language server at startup. 0.1.6Add keywords and extend syntax highlighter. 0.1.7Improve logging. 0.1.8Add snippets. Thanks to Edwin Hendriks! Use control+shift+alt+s to open and select snippets. 0.1.9Update dependencies and allow quotes around the value of the "PAGEN_SERVER_JAR" environment variable. 0.2.0Improve parsing of floating-point literals. 0.2.1Add highlighting for "sorted by", "ascending", "descending". Wait a couple of seconds before trying to connect to the language server. 0.2.2Add highlighting for "startable by". 0.2.3Add highlighting for "autovalue". |