diff options
author | Blaž Hrastnik | 2022-10-14 07:25:33 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-10-17 01:35:15 +0000 |
commit | 431f9c14f35868c6825a3e7e858148d1f2bcddbc (patch) | |
tree | c7c7d6de9cbc34d333dfc8a7b0ce33377aadd5c4 /runtime/queries | |
parent | 17488f14d6d28361d3ae060492e2f31fde00f00c (diff) |
Support Cairo 0.10 syntax
Diffstat (limited to 'runtime/queries')
-rw-r--r-- | runtime/queries/cairo/highlights.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/queries/cairo/highlights.scm b/runtime/queries/cairo/highlights.scm index 3a30d188..c10ce5e0 100644 --- a/runtime/queries/cairo/highlights.scm +++ b/runtime/queries/cairo/highlights.scm @@ -36,7 +36,6 @@ [ "if" "else" - "end" "assert" "with" "with_attr" @@ -54,7 +53,6 @@ "const" "local" "struct" - "member" "alloc_locals" "tempvar" ] @keyword |