Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
feat: add push0 to stack opcodes (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
PraneshASP authored Apr 25, 2023
1 parent e3ca8ae commit c5735f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/huff.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"name": "support.type.exception.huff"
},
"opcodes-stack": {
"match": "\\b((swap1|dup1)[0-6]|(swap|dup)[1-9]|push3[0-2]|push[1-2][0-9]|push[1-9])\\b",
"match": "\\b((swap1|dup1)[0-6]|(swap|dup)[1-9]|push3[0-2]|push[1-2][0-9]|push[0-9])\\b",
"name": "variable.other.push.huff"
},
"template-parameter-call": {
Expand Down

0 comments on commit c5735f2

Please sign in to comment.