diff options
author | Benjamin Coenen <[email protected]> | 2020-04-21 13:32:02 +0100 |
---|---|---|
committer | Benjamin Coenen <[email protected]> | 2020-04-21 13:32:02 +0100 |
commit | 7f143b154e7c47b1f5bdc558bb0b5d1f2bf74f8d (patch) | |
tree | 571b7d5bdfc84bdaeaa8235221fd96a87453fe05 /editors | |
parent | 1c3a1385a587f0713908c0ae888ffad31f13de11 (diff) | |
parent | a88887df0726cc3d390db4bfbbc1274195d87f91 (diff) |
Merge branch 'master' of github.com:rust-analyzer/rust-analyzer
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 5ce59e54a..79410ad10 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -517,6 +517,10 @@ | |||
517 | "id": "union", | 517 | "id": "union", |
518 | "description": "Style for C-style untagged unions", | 518 | "description": "Style for C-style untagged unions", |
519 | "superType": "type" | 519 | "superType": "type" |
520 | }, | ||
521 | { | ||
522 | "id": "unresolvedReference", | ||
523 | "description": "Style for names which can not be resolved due to compilation errors" | ||
520 | } | 524 | } |
521 | ], | 525 | ], |
522 | "semanticTokenModifiers": [ | 526 | "semanticTokenModifiers": [ |