Files
rspade_system/node_modules/linguist-languages/data/Pug.d.ts
2025-12-03 21:28:08 +00:00

13 lines
232 B
TypeScript
Executable File

declare const _: {
name: 'Pug'
type: 'markup'
aceMode: 'jade'
extensions: ['.jade', '.pug']
languageId: 179
tmScope: 'text.jade'
codemirrorMode: 'pug'
codemirrorMimeType: 'text/x-pug'
color: '#a86454'
}
export = _