From 870d8101f6508d25ffa84df3587be039eb9c2325 Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Wed, 21 Aug 2024 03:35:10 -0400 Subject: [PATCH] Add `ValueStruct` to the token search list --- Assets/Templates/Settings.jsonc | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Templates/Settings.jsonc b/Assets/Templates/Settings.jsonc index 0cd7fa7..95f7d1d 100644 --- a/Assets/Templates/Settings.jsonc +++ b/Assets/Templates/Settings.jsonc @@ -50,6 +50,7 @@ "Class", "GClass", "GStruct", + "ValueStruct", "Interface", "GInterface" ],