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

10 lines
177 B
JavaScript
Executable File

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