Type alias LanguageIdMultiple

LanguageIdMultiple: string

This can be 'typescript,cpp,json,literal haskell', etc.

Pattern

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