ltSpiceSymbol constant

LanguageInfo const ltSpiceSymbol

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

Implementation

static const LanguageInfo ltSpiceSymbol = LanguageInfo(
  name: 'LTspice Symbol',
  type: LanguageType.data,
  aliases: [],
  extensions: ['.asy'],
  filenames: [],
  interpreters: [],
  aceMode: 'text',
  codeMirrorMode: 'spreadsheet',
  codeMirrorMimeType: 'text/x-spreadsheet',
  textMateScope: 'source.ltspice.symbol',
);