mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
feat(cairo): update tree-sitter grammar and queries (#10919)
* feat(cairo): update tree-sitter grammar and queries * fix suggestions
This commit is contained in:
parent
8a549b767b
commit
9123d3fbb8
6 changed files with 583 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue