Skip to main content

Type Alias: LanguageIdMultiple

LanguageIdMultiple = string

Defined in: CSpellSettingsDef.ts:726

A single string with a comma separated list of file types:

  • typescript,cpp
  • json,jsonc,yaml
  • etc.

Pattern

^([-\w_\s]+)(,[-\w_\s]+)*$