plPgSql constant

LanguageInfo const plPgSql

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

Implementation

static const LanguageInfo plPgSql = LanguageInfo(
  name: 'PLpgSQL',
  type: LanguageType.programming,
  aliases: [],
  extensions: [
    '.pgsql',
    '.sql',
  ],
  filenames: [],
  interpreters: [],
  linguistColor: '#336790',
  aceMode: 'pgsql',
  codeMirrorMode: 'sql',
  codeMirrorMimeType: 'text/x-sql',
  textMateScope: 'source.sql',
);