File tree Expand file tree Collapse file tree 1 file changed +2
-38
lines changed Expand file tree Collapse file tree 1 file changed +2
-38
lines changed Original file line number Diff line number Diff line change 4736
4736
{
4737
4737
"language" : " csharp" ,
4738
4738
"scopes" : {
4739
- "namespace" : [
4740
- " entity.name.type.namespace.cs"
4741
- ],
4742
- "type" : [
4743
- " entity.name.type"
4744
- ],
4745
- "class" : [
4746
- " entity.name.type.class.cs"
4747
- ],
4748
- "enum" : [
4749
- " entity.name.type.enum.cs"
4750
- ],
4751
- "interface" : [
4752
- " entity.name.type.interface.cs"
4753
- ],
4754
- "struct" : [
4755
- " entity.name.type.struct.cs"
4756
- ],
4757
4739
"typeParameter" : [
4758
- " entity.name.type.type-parameter.cs"
4759
- ],
4760
- "parameter" : [
4761
- " entity.name.variable.parameter.cs"
4762
- ],
4763
- "variable" : [
4764
- " entity.name.variable.local.cs"
4765
- ],
4766
- "property" : [
4767
- " variable.other.property.cs"
4768
- ],
4769
- "enumMember" : [
4770
- " variable.other.enummember.cs"
4771
- ],
4772
- "method" : [
4773
- " entity.name.function.member.cs"
4774
- ],
4775
- "macro" : [
4776
- " keyword.preprocessor.cs"
4740
+ " entity.name.type.type-parameter"
4777
4741
],
4778
4742
"keyword" : [
4779
4743
" keyword.cs"
4809
4773
" entity.name.variable.field.cs"
4810
4774
],
4811
4775
"constant" : [
4812
- " variable.other.constant.cs "
4776
+ " variable.other.constant"
4813
4777
],
4814
4778
"extensionMethod" : [
4815
4779
" entity.name.function.extension.cs"
You can’t perform that action at this time.
0 commit comments