Type alias LanguageIdSingle

LanguageIdSingle: string

This can be '*', 'typescript', 'cpp', 'json', etc.

Pattern

^(!?[-\w_\s]+)|(*)$