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

11 lines
207 B
JavaScript
Executable File

module.exports = {
name: 'AutoHotkey',
type: 'programming',
aceMode: 'autohotkey',
extensions: ['.ahk', '.ahkl'],
languageId: 26,
tmScope: 'source.ahk',
aliases: ['ahk'],
color: '#6594b9',
}