Type Alias: LanguageIdSingle
LanguageIdSingle =
string
Defined in: cspell-types/dist/index.d.mts:1407
A file type:
*
- will match ALL file types.typescript
,cpp
,json
, etc.
Pattern
^(!?[-\w_\s]+)|(*)$
LanguageIdSingle =
string
Defined in: cspell-types/dist/index.d.mts:1407
A file type:
*
- will match ALL file types.typescript
, cpp
, json
, etc.^(!?[-\w_\s]+)|(*)$