aboutsummaryrefslogtreecommitdiff
path: root/editors/code/package.json
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-09-15 22:53:37 +0100
committerVeetaha <[email protected]>2020-09-15 22:53:37 +0100
commitaf8663f2e6926f9e6de5f1f8e5b0a508be543ff6 (patch)
tree72ddbd42ae77158c4f4c0ad95f83dd4d37bcac66 /editors/code/package.json
parent748a8ced609004536b78a24eaa0325d2ff947f44 (diff)
Document "consuming" semantic tokens modifier
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 86a70a89a..c57fbdda2 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -879,6 +879,10 @@
879 { 879 {
880 "id": "unsafe", 880 "id": "unsafe",
881 "description": "Style for unsafe operations" 881 "description": "Style for unsafe operations"
882 },
883 {
884 "id": "consuming",
885 "description": "Style for non-Copy lvalues consumed by method/function call"
882 } 886 }
883 ], 887 ],
884 "semanticTokenScopes": [ 888 "semanticTokenScopes": [