ahk-mode
https://github.com/ralesi/ahk-mode.git
git clone 'git://github.com/ralesi/ahk-mode.git'
★1
ahk-mode
An Emacs major mode for editing autohotkey scripts (.ahk).
Features
- Syntax highlighting
- company-mode and ac-complete compatibility
- indentation and commenting functionality
- Documentation lookup capability
Installation
Once melpa is added to package-archives
, simply perform M-x package-install RET ahk-mode RET
.
TODO
- Improve indentation heuristics.
- Allow documentation lookup with local chm files.
- Allow commenting of block using alternate commenting syntax (
/* */
).