From 5c1e8d1d8f47f1bf8c679198c26d31275da2b558 Mon Sep 17 00:00:00 2001 From: David Czihak Date: Sun, 10 May 2026 19:29:00 +0200 Subject: 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 --- Zig.novaextension/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Zig.novaextension/README.md') 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 # specific tag, branch, or SHA +./scripts/update-parser.sh # upstream HEAD +./scripts/update-parser.sh # 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 -- cgit v1.3