typst constant

LanguageInfo const typst

The information provided by linguist about the "Typst" language or content type.

Implementation

static const LanguageInfo typst = LanguageInfo(
  name: 'Typst',
  type: LanguageType.programming,
  aliases: ['typ'],
  extensions: ['.typ'],
  filenames: [],
  interpreters: [],
  linguistColor: '#239dad',
  aceMode: 'text',
  textMateScope: 'source.typst',
);