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