so that I don't have to learn a new language.

why can't AHK script be just HTML or LaTeX script?
You mean it's something else?!

Up-to-date AutoHotkey documentation and retro-hip forum ahkscript.org/boards
It's something else but language can be the same.

it's stupid
#space::Run www.google.com
should be
\space[run]{www.google.com}
LaTeX command is clearer, less ambiguity.
No spaces, commands in brackets, braces and parentheses. A much better and logical language than AHK script which is confusing as hell and Notepad++ can't even read it.

Perhaps some coffee would help? Drinking coffee is even better than trolling!

Up-to-date AutoHotkey documentation and retro-hip forum ahkscript.org/boards
coffee does not make AHK script better, but LaTeX will.
But in all seriousness, not only is LaTeX is better language, LaTeX and TeX is very popular in academia, by changing AHK script to LaTeX, not only will you make it easier to learn for newbies, it will improve the popularity of AHK, the AHK community will suddenly gain millions of highly intelligent academics, scientists, mathematicians etc.
I am sure many veteran AHK users feel the same way.

LaTeX, HTML, and AHK have completely different purposes, it's understandable that they would have different syntax. Saying that LaTeX or HTML is better than AHK is like saying forks are better than spoons.
AutoHotkey has some quirks, most of which came from preserving backwards compatibility with old scripts and AutoIt. AutoHotkey V2 will change the language to be more logical and easier for newbies, at the cost of breaking many existing scripts.
There is nothing I can find ambiguous about #space::Run www.google.com
What is your complaint with it? Setting up hotkeys is designed to be simple, with many syntax shortcuts to reduce the amount of code required to get it running. That's why the language is called AutoHotkey.
it will improve the popularity of AHK, the AHK community will suddenly gain millions of highly intelligent academics, scientists, mathematicians etc.
I don't see how so many smart people are incapable of learning a new language... You would also lose long time community members who wouldn't bother with learning the changes. You also fail to realize there are millions of programmers who will be comfortable with most of AutoHotkey syntax as is...
By the way, there is SciTE4AHK and you can probably customize Notepad++ to highlight AutoHotkey syntax. Since it's not a well known language, obviously Notepad++ isn't going to support it out of the box.
I realize this post stinks of "AHK fangirl", but I'm trying to be unbiased here. I really don't see the benefit, and given that AutoHotkey only has one active developer, I don't see him putting all of his time into overhauling the entire language to be like LaTeX or HTML. (You're welcome to fork the AutoHotkey git repository and try it yourself though... https://github.com/L...os/AutoHotkey_L)

Join us at the new forum - http://www.ahkscript.org/

My GitHub Profile | Donations are appreciated if I could help you