From c5735f20b8e832410885a77c1d14ad0f06d6fde7 Mon Sep 17 00:00:00 2001 From: Pranesh A S <42379522+PraneshASP@users.noreply.github.com> Date: Wed, 26 Apr 2023 03:48:25 +0700 Subject: [PATCH] feat: add push0 to stack opcodes (#24) --- syntaxes/huff.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxes/huff.json b/syntaxes/huff.json index 196aa2c..730dfad 100644 --- a/syntaxes/huff.json +++ b/syntaxes/huff.json @@ -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": {