sponsor Vim development Vim logo Vim Book Ad

autohotkey (ahk) : autohotkey syntax highlighting

 script karma  Rating 28/18, Downloaded by 1842  Comments, bugs, improvements  Vim wiki

created by
Jose Quesada
 
script type
syntax
 
description
autohotkey (ahk) syntax file.
Best in combination with color scheme pspad.

Examples:
Isense script
http://academicproductivity.com/software/ISense.ahk.html

activeGoto script
http://academicproductivity.com/software/activegoto.ahk.html

In a Nutshell:
Built-in finctions are blue
User defined functions are green
Autohotkey variables are orange
Labels are red (return too; makes it easy to find subs scopes)
GUI commands, others, are brown
 
install details
drop into /vimfiles/syntax.

Make sure the extension ahk is mapped to this syntax file. To do that, go to /vimYourVersionNb/filetype.vim and add:

" Autohotkey
au BufNewFile,BufRead *.ahk setf autohotkey
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
autohotkey.vim 0.1 2008-01-02 6.0 Jose Quesada Initial upload
ip used for rating: 18.189.145.20

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github