|
3864 | 3864 | { |
3865 | 3865 | "id": "referenceType", |
3866 | 3866 | "superType": "class", |
3867 | | - "description": "A C++/CLI reference type." |
| 3867 | + "description": "%c_cpp.semanticTokenTypes.referenceType.description%" |
3868 | 3868 | }, |
3869 | 3869 | { |
3870 | 3870 | "id": "cliProperty", |
3871 | 3871 | "superType": "property", |
3872 | | - "description": "A C++/CLI property." |
| 3872 | + "description": "%c_cpp.semanticTokenTypes.cliProperty.description%" |
3873 | 3873 | }, |
3874 | 3874 | { |
3875 | 3875 | "id": "genericType", |
3876 | 3876 | "superType": "class", |
3877 | | - "description": "A C++/CLI generic type." |
| 3877 | + "description": "%c_cpp.semanticTokenTypes.genericType.description%" |
3878 | 3878 | }, |
3879 | 3879 | { |
3880 | 3880 | "id": "valueType", |
3881 | 3881 | "superType": "class", |
3882 | | - "description": "A C++/CLI value type." |
| 3882 | + "description": "%c_cpp.semanticTokenTypes.valueType.description%" |
3883 | 3883 | }, |
3884 | 3884 | { |
3885 | 3885 | "id": "templateFunction", |
3886 | 3886 | "superType": "function", |
3887 | | - "description": "A template function." |
| 3887 | + "description": "%c_cpp.semanticTokenTypes.templateFunction.description%" |
3888 | 3888 | }, |
3889 | 3889 | { |
3890 | 3890 | "id": "templateType", |
3891 | 3891 | "superType": "class", |
3892 | | - "description": "A template type." |
| 3892 | + "description": "%c_cpp.semanticTokenTypes.templateType.description%" |
3893 | 3893 | }, |
3894 | 3894 | { |
3895 | 3895 | "id": "operatorOverload", |
3896 | 3896 | "superType": "operator", |
3897 | | - "description": "An overloaded operator." |
| 3897 | + "description": "%c_cpp.semanticTokenTypes.operatorOverload.description%" |
3898 | 3898 | }, |
3899 | 3899 | { |
3900 | 3900 | "id": "memberOperatorOverload", |
3901 | 3901 | "superType": "operator", |
3902 | | - "description": "An overloaded operator member function." |
| 3902 | + "description": "%c_cpp.semanticTokenTypes.memberOperatorOverload.description%" |
3903 | 3903 | }, |
3904 | 3904 | { |
3905 | 3905 | "id": "newOperator", |
3906 | 3906 | "superType": "operator", |
3907 | | - "description": "A C++ new or delete operator." |
| 3907 | + "description": "%c_cpp.semanticTokenTypes.newOperator.description%" |
3908 | 3908 | }, |
3909 | 3909 | { |
3910 | 3910 | "id": "customLiteral", |
3911 | 3911 | "superType": "number", |
3912 | | - "description": "A user-defined literal." |
| 3912 | + "description": "%c_cpp.semanticTokenTypes.customLiteral.description%" |
3913 | 3913 | }, |
3914 | 3914 | { |
3915 | 3915 | "id": "numberLiteral", |
3916 | 3916 | "superType": "number", |
3917 | | - "description": "A user-defined literal number." |
| 3917 | + "description": "%c_cpp.semanticTokenTypes.numberLiteral.description%" |
3918 | 3918 | }, |
3919 | 3919 | { |
3920 | 3920 | "id": "stringLiteral", |
3921 | 3921 | "superType": "string", |
3922 | | - "description": "A user-defined literal string." |
| 3922 | + "description": "%c_cpp.semanticTokenTypes.stringLiteral.description%" |
3923 | 3923 | } |
3924 | 3924 | ], |
3925 | 3925 | "semanticTokenModifiers": [ |
3926 | 3926 | { |
3927 | 3927 | "id": "global", |
3928 | | - "description": "Annotates a symbol that is declared in global scope." |
| 3928 | + "description": "%c_cpp.semanticTokenModifiers.global.description%" |
3929 | 3929 | }, |
3930 | 3930 | { |
3931 | 3931 | "id": "local", |
3932 | | - "description": "Annotates a symbol that is declared in local scope." |
| 3932 | + "description": "%c_cpp.semanticTokenModifiers.local.description%" |
3933 | 3933 | } |
3934 | 3934 | ], |
3935 | 3935 | "semanticTokenScopes": [ |
|
0 commit comments