Skip to content

Commit

Permalink
scm update
Browse files Browse the repository at this point in the history
  • Loading branch information
Frodan committed Sep 9, 2024
1 parent 5e6dc3a commit b7685b2
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions queries/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,19 @@
; Keywords

[
; "pragma circom"
; "pragma custom_templates"
"public"
"signal"
"var"
; "log"
; "assert"
"include"
"input"
"output"
"public"
"component"
; "parallel"
] @keyword

[
"for"
"while"
; "do"
] @repeat

[
Expand Down Expand Up @@ -107,36 +101,6 @@
"&&"
"||"
">>"
; ">>>"
"<<"
"&"
"^"
"|"
"+"
"-"
"*"
"/"
"%"
"**"
"<"
"<="
"=="
"!="
">="
">"
"!"
"~"
"-"
"+"
"++"
"--"
] @operator

[
"&&"
"||"
">>"
; ">>>"
"<<"
"&"
"^"
Expand Down

0 comments on commit b7685b2

Please sign in to comment.