Add syntax highlighting

This commit is contained in:
2025-10-15 12:10:56 +02:00
parent 246d62c029
commit 2ce6f733d7
5 changed files with 553 additions and 1 deletions
+10 -1
View File
@@ -450,4 +450,13 @@ The caller then needs to push the return value of the call on top of the stack u
## Building
To build WL with your program, just drop the `wl.c` and `wl.h` files in your own source tree and compile them as any other file.
To build WL with your program, just drop the `wl.c` and `wl.h` files in your own source tree and compile them as any other file.
## Syntax Highlighting
We have a WL extension for vscode in `ide/vscode/` which offers basic syntax highlighting.
To install it, drop it in your extension folder and reload vscode. The specific folder depends on your platform:
* Windows: `%USERPROFILE%\.vscode\extensions`
* macOS: `~/.vscode/extensions`
* Linux: `~/.vscode/extensions`