linguist-languages
Version:
Linguist languages data
36 lines (34 loc) • 549 B
TypeScript
declare const _: {
readonly name: 'GLSL'
readonly type: 'programming'
readonly aceMode: 'glsl'
readonly extensions: readonly [
'.glsl',
'.fp',
'.frag',
'.frg',
'.fs',
'.fsh',
'.fshader',
'.geo',
'.geom',
'.glslf',
'.glslv',
'.gs',
'.gshader',
'.rchit',
'.rmiss',
'.shader',
'.tesc',
'.tese',
'.vert',
'.vrx',
'.vs',
'.vsh',
'.vshader',
]
readonly languageId: 124
readonly tmScope: 'source.glsl'
readonly color: '#5686a5'
}
export default _