From 73cb4b3d3751fb30eff520326a4cb5d2df79f8c7 Mon Sep 17 00:00:00 2001 From: Adam Mehaney <59457164+adammehaney@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:17:07 -0700 Subject: [PATCH 1/2] Add 'buffer' to list of keywords in code_luau.json --- frontend/static/languages/code_luau.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/static/languages/code_luau.json b/frontend/static/languages/code_luau.json index e65c352d6934..457e1eff7cb1 100644 --- a/frontend/static/languages/code_luau.json +++ b/frontend/static/languages/code_luau.json @@ -73,6 +73,7 @@ "string", "table", "task", - "utf8" + "utf8", + "buffer" ] } From 7e5b46e2584bf8be35ff73ab0f428486c9bbdb90 Mon Sep 17 00:00:00 2001 From: Adam Mehaney <59457164+adammehaney@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:13:05 -0700 Subject: [PATCH 2/2] impr(language): add 'buffer' to list of keywords in luau language --- frontend/static/languages/code_luau.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/static/languages/code_luau.json b/frontend/static/languages/code_luau.json index e65c352d6934..457e1eff7cb1 100644 --- a/frontend/static/languages/code_luau.json +++ b/frontend/static/languages/code_luau.json @@ -73,6 +73,7 @@ "string", "table", "task", - "utf8" + "utf8", + "buffer" ] }