feat(cairo): update tree-sitter grammar and queries (#10919)

* feat(cairo): update tree-sitter grammar and queries

* fix suggestions
This commit is contained in:
Lucas @ StarkWare 2024-06-12 02:20:13 +02:00 committed by GitHub
parent 8a549b767b
commit 9123d3fbb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 583 additions and 6 deletions

View file

@ -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"