From 42580bbe2adb952e87d8e0563c266775d87f14b7 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 7 Nov 2022 20:47:37 +1100 Subject: [PATCH] Update toy.tmLanguage.json Forgot opaque type --- .../toylang.vscode-highlighting/syntaxes/toy.tmLanguage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/toylang.vscode-highlighting/syntaxes/toy.tmLanguage.json b/tools/toylang.vscode-highlighting/syntaxes/toy.tmLanguage.json index 743a5a4..3f41b47 100644 --- a/tools/toylang.vscode-highlighting/syntaxes/toy.tmLanguage.json +++ b/tools/toylang.vscode-highlighting/syntaxes/toy.tmLanguage.json @@ -44,7 +44,7 @@ }, { "name": "keyword.type.toy", - "match": "\\b(any|bool|const|float|int|string|type)\\b" + "match": "\\b(any|bool|const|float|int|opaque|string|type)\\b" }, { "name": "keyword.other.toy", @@ -82,4 +82,4 @@ } }, "scopeName": "source.toy" -} \ No newline at end of file +}