diff options
author | GrayJack <[email protected]> | 2020-10-16 13:06:52 +0100 |
---|---|---|
committer | GrayJack <[email protected]> | 2020-10-16 13:06:52 +0100 |
commit | 2e66fae1dba3887a738c290ed958e21e9f990059 (patch) | |
tree | d658d760566cfc524cc422cc52c9ecbe7a772cf0 /editors/code | |
parent | a483b5545dad2d36336c1e9a4f5dc991d2c8460b (diff) |
Editor: Code: Add callable to package.json
Diffstat (limited to 'editors/code')
-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 4bd3117fc..af845d7bc 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -929,6 +929,10 @@ | |||
929 | { | 929 | { |
930 | "id": "consuming", | 930 | "id": "consuming", |
931 | "description": "Style for non-Copy lvalues consumed by method/function call" | 931 | "description": "Style for non-Copy lvalues consumed by method/function call" |
932 | }, | ||
933 | { | ||
934 | "id": "callable", | ||
935 | "description": "Style for variables/parameters that can be used in call expressions" | ||
932 | } | 936 | } |
933 | ], | 937 | ], |
934 | "semanticTokenScopes": [ | 938 | "semanticTokenScopes": [ |