Skip to content

Commit cf26ee9

Browse files
authored
Fix typo in languages.toml (#14690)
Single character change to fix typo for kcl grammar.
1 parent de0518d commit cf26ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

languages.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4930,7 +4930,7 @@ formatter = { command = "zoo" , args = ["kcl", "fmt", "-"] }
49304930
language-servers = [ "kcl-lsp" ]
49314931
block-comment-tokens = { start = "/*", end = "*/"}
49324932

4933-
[[grammer]]
4933+
[[grammar]]
49344934
name = "kcl"
49354935
source = { git = "https://github.com/KittyCAD/tree-sitter-kcl", rev = "8905e0bdbf5870b50bc3f24345f1af27746f42e8"}
49364936

0 commit comments

Comments
 (0)