🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
205 B
JavaScript
Executable File
11 lines
205 B
JavaScript
Executable File
export default {
|
|
name: 'AutoHotkey',
|
|
type: 'programming',
|
|
aceMode: 'autohotkey',
|
|
extensions: ['.ahk', '.ahkl'],
|
|
languageId: 26,
|
|
tmScope: 'source.ahk',
|
|
aliases: ['ahk'],
|
|
color: '#6594b9',
|
|
}
|