Skip to content

vim-scripts/autohotkey-ahk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=2112

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