Files
2025-12-03 21:28:08 +00:00

11 lines
224 B
JavaScript
Executable File

module.exports = {
name: 'AutoIt',
type: 'programming',
aceMode: 'autohotkey',
extensions: ['.au3'],
languageId: 27,
tmScope: 'source.autoit',
aliases: ['au3', 'AutoIt3', 'AutoItScript'],
color: '#1C3552',
}