From 392aac8da41ae1d9719bdf071cbe68dcca3e977f Mon Sep 17 00:00:00 2001 From: David Czihak Date: Tue, 12 May 2026 14:27:04 +0200 Subject: Style: Format nested list in MD, change extension description --- .editorconfig | 1 + Zig.novaextension/README.md | 8 ++++---- 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"], -- cgit v1.3