AutohotKey Syntax file

Discuss syntax highlighting or submit new syntax files.
Post Reply
drventure
Posts: 70
Joined: 13 Jul 2012 20:36

AutohotKey Syntax file

Post 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.
Attachments
AutoHotkey.zip
(3.03 KiB) Downloaded 752 times
StefanG
Posts: 121
Joined: 11 Dec 2011 22:38
Location: Germany

Re: AutohotKey Syntax file

Post 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
----
Stefan, RJ TextEd portable on Vista 32
drventure
Posts: 70
Joined: 13 Jul 2012 20:36

Re: AutohotKey Syntax file

Post 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.
Post Reply