language-autohotkey
language-autohotkey copied to clipboard
AutoHotkey syntax highlighting for Atom
Predefined parameters breaks **the color of the function**. I guess, any punctuation breaks it actually. ``` exampleFunction(parameterA=8) { msgBox % parameterA "This function name has no color." } ``` Thanks...
This does not look right: `Send, #{Tab}`
This does not looks right: `function(varX - 1,varZ + 2, varA := 10)` to solve it: go to grammar folder>autohotkey.cson>line 79 i have this in my version: `match: "(\\w+)([(])([\\w\\s\",]*)([)])` you...
I have lots of hotstrings that begin with a semi-colon (e.g. `:*:;ahk::AutoHotKey`) and they're marked as comments. I swear I brought this up once before and was able to fix...
When I use something like this `SendInput {Media_Stop}` it ends up showing `SendInput` in one color, then `{Media_Stop` in another color, and finally `}` with no color.