Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 1888e8f4..436937cd 100644
--- a/languages.toml
+++ b/languages.toml
@@ -2074,9 +2074,12 @@ file-types = ["cairo"]
comment-token = "//"
indent = { tab-width = 4, unit = " " }
# auto-format = true
-grammar = "rust"
language-servers = [ "cairo-language-server" ]
+[[grammar]]
+name = "cairo"
+source = { git = "https://github.com/starkware-libs/tree-sitter-cairo", rev = "0596baab741ffacdc65c761d5d5ffbbeae97f033" }
+
[[language]]
name = "cpon"
scope = "scope.cpon"