Type Alias: LanguageIdMultiple
LanguageIdMultiple =
string
Defined in: cspell-types/dist/index.d.mts:1415
A single string with a comma separated list of file types:
typescript,cpp
json,jsonc,yaml
- etc.
Pattern
^([-\w_\s]+)(,[-\w_\s]+)*$
LanguageIdMultiple =
string
Defined in: cspell-types/dist/index.d.mts:1415
A single string with a comma separated list of file types:
typescript,cpp
json,jsonc,yaml
^([-\w_\s]+)(,[-\w_\s]+)*$