aboutsummaryrefslogtreecommitdiff
path: root/Zig.novaextension/README.md
diff options
context:
space:
mode:
authorDavid Czihak <git@dcz.at>2026-05-10 19:29:00 +0200
committerDavid Czihak <git@dcz.at>2026-05-10 19:29:00 +0200
commit5c1e8d1d8f47f1bf8c679198c26d31275da2b558 (patch)
tree6fb4b6efc1615cde243de5543e7c16a331bc4617 /Zig.novaextension/README.md
parent82901bb223b3592b847099d245495decfa0474c3 (diff)
Chore: Move build scripts to repo root scripts/
The dylib build scripts are development tools, not extension bundle assets. Moves them from Zig.novaextension/Scripts/ to scripts/ and updates paths so the dylib lands in Zig.novaextension/Syntaxes/. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'Zig.novaextension/README.md')
-rw-r--r--Zig.novaextension/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/Zig.novaextension/README.md b/Zig.novaextension/README.md
index f4516ef..72865ee 100644
--- a/Zig.novaextension/README.md
+++ b/Zig.novaextension/README.md
@@ -85,20 +85,20 @@ The Tree-sitter parser is built from the vendored grammar snapshot under `vendor
Rebuild the parser dylib:
```sh
-./Scripts/build-parser.sh
+./scripts/build-parser.sh
```
Bump the vendored snapshot (and rebuild):
```sh
-./Scripts/update-parser.sh # upstream HEAD
-./Scripts/update-parser.sh <ref> # specific tag, branch, or SHA
+./scripts/update-parser.sh # upstream HEAD
+./scripts/update-parser.sh <ref> # specific tag, branch, or SHA
```
Validate the extension bundle:
```sh
-/Applications/Nova.app/Contents/SharedSupport/nova extension validate .
+/Applications/Nova.app/Contents/SharedSupport/nova extension validate Zig.novaextension/
```
## License