From f33ab1deb90ed316e3090fd6a58cf5854b3d56bb Mon Sep 17 00:00:00 2001 From: Gustaf Carefall <106698658+Gustaf-C@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:13:54 +0200 Subject: [PATCH] Basic support for semantic variables --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 39eebf7..9352f8a 100644 --- a/package.json +++ b/package.json @@ -320,6 +320,13 @@ "path": "./snippets/matlab.json" } ], + "semanticTokenTypes": [ + { + "id": "variable", + "description": "User-defined variables" + } + ], + "semanticTokenModifiers": [], "terminal": { "profiles": [ {