Unnamed repository; edit this file 'description' to name the repository.
Fix typo in languages.toml (#14690)
Single character change to fix typo for kcl grammar.
Rock Boynton 4 months ago
parent de0518d · commit cf26ee9
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 6f52db11..2d1074aa 100644
--- a/languages.toml
+++ b/languages.toml
@@ -4930,7 +4930,7 @@ formatter = { command = "zoo" , args = ["kcl", "fmt", "-"] }
language-servers = [ "kcl-lsp" ]
block-comment-tokens = { start = "/*", end = "*/"}
-[[grammer]]
+[[grammar]]
name = "kcl"
source = { git = "https://github.com/KittyCAD/tree-sitter-kcl", rev = "8905e0bdbf5870b50bc3f24345f1af27746f42e8"}