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

11 lines
181 B
TypeScript
Executable File

declare const _: {
name: 'Clean'
type: 'programming'
aceMode: 'text'
extensions: ['.icl', '.dcl']
languageId: 60
tmScope: 'source.clean'
color: '#3F85AF'
}
export = _