microsoft / TypeScript-TmLanguage

TextMate grammar files for TypeScript for VS Code, Sublime Text, and Atom.
MIT License
397 stars 125 forks source link

jsdoc @default syntax highlight error #965

Open tjx666 opened 1 year ago

tjx666 commented 1 year ago
image
export interface Options {
    /**
     * the path(s) to your package.json or importmap config file
     *
     * @default path.resolve(process.cwd(), 'package.json')
     */
    packagePath?: string | string[];
}

file: https://github.com/tjx666/unplugin-externalize-deps/blob/main/src/core/options.ts

Version: 1.75.1 (Universal)
Commit: 441438abd1ac652551dbe4d408dfcec8a499b8bf
Date: 2023-02-08T21:34:59.000Z
Electron: 19.1.9
Chromium: 102.0.5005.194
Node.js: 16.14.2
V8: 10.2.154.23-electron.0
OS: Darwin x64 22.3.0
Sandboxed: No

@mjbvz