aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig1
-rw-r--r--Zig.novaextension/README.md8
-rw-r--r--Zig.novaextension/extension.json2
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"],