diff options
| author | David Czihak <git@dcz.at> | 2026-05-12 14:27:04 +0200 |
|---|---|---|
| committer | David Czihak <git@dcz.at> | 2026-05-12 14:27:04 +0200 |
| commit | 392aac8da41ae1d9719bdf071cbe68dcca3e977f (patch) | |
| tree | b43a2a0f378384986e4b24d4c27a14eb33c2b3d9 | |
| parent | c535a121e269083c09304ea842912e8de36f5078 (diff) | |
| -rw-r--r-- | .editorconfig | 1 | ||||
| -rw-r--r-- | Zig.novaextension/README.md | 8 | ||||
| -rw-r--r-- | Zig.novaextension/extension.json | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig index 9f82d8a..02faa19 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,4 @@ indent_size = 2 [*.md] trim_trailing_whitespace = false +indent_size = 4 diff --git a/Zig.novaextension/README.md b/Zig.novaextension/README.md index 355c194..f91bd81 100644 --- a/Zig.novaextension/README.md +++ b/Zig.novaextension/README.md @@ -32,10 +32,10 @@ The extension resolves the executables automatically via the PATH environment va - [**Path bar**](https://help.nova.app/editor/overview/#path-bar) - **Compiler issues and warnings** displayed inline upon compilation - **Language intelligence** via ZLS: - - [Completions](https://help.nova.app/editor/overview/#completions) - - [Hovers](https://help.nova.app/editor/language-servers/#hovers) - - [Signature help](https://help.nova.app/editor/language-servers/#signature-help) - - [Issues and Warnings](https://help.nova.app/editor/issues-and-warnings/) + - [Completions](https://help.nova.app/editor/overview/#completions) + - [Hovers](https://help.nova.app/editor/language-servers/#hovers) + - [Signature help](https://help.nova.app/editor/language-servers/#signature-help) + - [Issues and Warnings](https://help.nova.app/editor/issues-and-warnings/) ### Building & Testing diff --git a/Zig.novaextension/extension.json b/Zig.novaextension/extension.json index 2a85487..1a2a6fd 100644 --- a/Zig.novaextension/extension.json +++ b/Zig.novaextension/extension.json @@ -5,7 +5,7 @@ "version": "0.2.2", "license": "BSD-2-Clause", - "description": "Zig language support – ZLS, LLDB, Tree-Sitter grammar", + "description": "Write, build, test and debug Zig projects natively in Nova", "categories": ["completions", "formatters", "issues", "languages", "tasks"], "keywords": ["zig", "zon", "zls"], |
