Skip to content

Commit

Permalink
Support Cairo 0.10 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Oct 17, 2022
1 parent 17488f1 commit 431f9c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ indent = { tab-width = 4, unit = " " }

[[grammar]]
name = "cairo"
source = { git = "https://github.com/archseer/tree-sitter-cairo", rev = "5155c6eb40db6d437f4fa41b8bcd8890a1c91716" }
source = { git = "https://github.com/archseer/tree-sitter-cairo", rev = "e2f9b3d75f483fcfda03cf07e4176869357bfb52" }

[[language]]
name = "cpon"
Expand Down
2 changes: 0 additions & 2 deletions runtime/queries/cairo/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
[
"if"
"else"
"end"
"assert"
"with"
"with_attr"
Expand All @@ -54,7 +53,6 @@
"const"
"local"
"struct"
"member"
"alloc_locals"
"tempvar"
] @keyword
Expand Down

0 comments on commit 431f9c1

Please sign in to comment.