Skip to content

Commit 431f9c1

Browse files
committed
Support Cairo 0.10 syntax
1 parent 17488f1 commit 431f9c1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

languages.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1445,7 +1445,7 @@ indent = { tab-width = 4, unit = " " }
14451445

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

14501450
[[language]]
14511451
name = "cpon"

runtime/queries/cairo/highlights.scm

-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
[
3737
"if"
3838
"else"
39-
"end"
4039
"assert"
4140
"with"
4241
"with_attr"
@@ -54,7 +53,6 @@
5453
"const"
5554
"local"
5655
"struct"
57-
"member"
5856
"alloc_locals"
5957
"tempvar"
6058
] @keyword

0 commit comments

Comments
 (0)