Skip to content

Commit 32e38f3

Browse files
authored
Merge pull request #321 from Gustaf-C/semantic_tokens_support
Add basic support for semantic tokens
2 parents 1593498 + c45d27b commit 32e38f3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,17 @@
320320
"path": "./snippets/matlab.json"
321321
}
322322
],
323+
"semanticTokenTypes": [
324+
{
325+
"id": "function",
326+
"description": "Function references"
327+
},
328+
{
329+
"id": "variable",
330+
"description": "Variable references"
331+
}
332+
],
333+
"semanticTokenModifiers": [],
323334
"terminal": {
324335
"profiles": [
325336
{

0 commit comments

Comments
 (0)