Skip to content

Commit 96f2f3d

Browse files
committed
Remove jsdoc markdown injections
New extension offers a replacement: https://marketplace.visualstudio.com/items?itemName=bierner.jsdoc-markdown-highlighting
1 parent 60f8583 commit 96f2f3d

3 files changed

Lines changed: 0 additions & 124 deletions

File tree

extensions/typescript-basics/package.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,6 @@
7777
"meta.import string.quoted": "other",
7878
"variable.other.jsdoc": "other"
7979
}
80-
},
81-
{
82-
"scopeName": "documentation.injection.ts",
83-
"path": "./syntaxes/jsdoc.ts.injection.tmLanguage.json",
84-
"injectTo": [
85-
"source.ts",
86-
"source.tsx"
87-
]
88-
},
89-
{
90-
"scopeName": "documentation.injection.js.jsx",
91-
"path": "./syntaxes/jsdoc.js.injection.tmLanguage.json",
92-
"injectTo": [
93-
"source.js",
94-
"source.js.jsx"
95-
]
9680
}
9781
],
9882
"snippets": [

extensions/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json

Lines changed: 0 additions & 54 deletions
This file was deleted.

extensions/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)