Skip to main content

Type Alias: LanguageIdMultipleNeg

LanguageIdMultipleNeg = string

Defined in: cspell-types/dist/index.d.mts:1423

A Negative File Type used to exclude files of that type.

  • !typescript - will exclude typescript files.
  • !cpp,!json - will exclude cpp and json files.
  • !typescript,javascript - will exclude typescript files and include javascript files.

Pattern

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