Page 1 of 1

AutohotKey Syntax file

Posted: 15 Jul 2012 14:24
by drventure
Ok, first time to build one from scratch, so I'm pretty sure I hit all the high points, at least

This is a syntax file for AutoHokey. Typical file extension is AHK.

Right now, it's primarily for highlighting strings, numbers, symbols, and the plethora of built in commands and variables in the AHK script language.

I haven't done any hints, autocomplete or usermenu entries yet. Haven't quite gotten that far along in my RJEdit Jedi training :D

Unzip to your SYNTAX folder whereever your RJEd settings are kept, and Activate through the ADDONs menu, as normal.

Re: AutohotKey Syntax file

Posted: 06 Aug 2012 12:29
by StefanG
Thanks a million,
I really appreciate this. I fills the gap of a missing syntax that I find extremely useful.

Don't mean to be greedy, but should you further develop the file to include auto-complete, I'd be grateful if you share it as well.

Thanks again
Stefan

Re: AutohotKey Syntax file

Posted: 06 Aug 2012 13:56
by drventure
Thanks!

Glad it's useful.

I'm working on figuring out exactly how the autocomplete works, and the best (read "easiest" :D ) way to convert the AutoHotkey text to that.

As soon as I have something, I'll be posting it.