Fix jsx tags and imporove JSDoc comments (#963)
Co-authored-by: Armando Aguirre <araguir@microsoft.com>
This commit is contained in:
Родитель
5dec0d9583
Коммит
21c1708cf7
|
@ -32,10 +32,8 @@ settings:
|
|||
settings: { vsclassificationtype: comment }
|
||||
- scope: comment.block.documentation.ts, other.meta.jsdoc, other.description.jsdoc
|
||||
settings: { vsclassificationtype: comment }
|
||||
- scope: entity.name.type.instance.jsdoc, variable.other.jsdoc
|
||||
- scope: entity.name.type.instance.jsdoc
|
||||
settings: { vsclassificationtype: identifier }
|
||||
- scope: storage.type.class.jsdoc
|
||||
settings: { vsclassificationtype: xml doc comment - name }
|
||||
|
||||
- scope: entity.name.type.class.ts
|
||||
settings: { vsclassificationtype: class name }
|
||||
|
@ -56,7 +54,7 @@ settings:
|
|||
- scope: constant.language.undefined.ts, variable.language.arguments.ts, support.type.object
|
||||
settings: { vsclassificationtype: identifier }
|
||||
|
||||
- scope: entity.name.tag
|
||||
- scope: entity.name.tag.inline, entity.name.tag.directive
|
||||
settings: { vsclassificationtype: HTML Element Name }
|
||||
|
||||
- scope: entity.other.attribute-name
|
||||
|
|
|
@ -109,22 +109,13 @@
|
|||
</dict>
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>entity.name.type.instance.jsdoc, variable.other.jsdoc</string>
|
||||
<string>entity.name.type.instance.jsdoc</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>vsclassificationtype</key>
|
||||
<string>identifier</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>storage.type.class.jsdoc</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>vsclassificationtype</key>
|
||||
<string>xml doc comment - name</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>entity.name.type.class.ts</string>
|
||||
|
@ -190,7 +181,7 @@
|
|||
</dict>
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>entity.name.tag</string>
|
||||
<string>entity.name.tag.inline, entity.name.tag.directive</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>vsclassificationtype</key>
|
||||
|
|
|
@ -109,22 +109,13 @@
|
|||
</dict>
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>entity.name.type.instance.jsdoc, variable.other.jsdoc</string>
|
||||
<string>entity.name.type.instance.jsdoc</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>vsclassificationtype</key>
|
||||
<string>identifier</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>storage.type.class.jsdoc</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>vsclassificationtype</key>
|
||||
<string>xml doc comment - name</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>entity.name.type.class.tsx</string>
|
||||
|
@ -190,7 +181,7 @@
|
|||
</dict>
|
||||
<dict>
|
||||
<key>scope</key>
|
||||
<string>entity.name.tag</string>
|
||||
<string>entity.name.tag.inline, entity.name.tag.directive</string>
|
||||
<key>settings</key>
|
||||
<dict>
|
||||
<key>vsclassificationtype</key>
|
||||
|
|
Загрузка…
Ссылка в новой задаче