Neutron.ahk
Neutron.ahk copied to clipboard
markdown
is there plans to rollout or impose a global markdown as seen on the updated lines?
Doubt this was a mistake, the pull req was more for the question than anything. Love your work!
```ahk2 ```````ahk2
Your file diffs are really confusing, but I think you're talking about changing the language identifier in the markdown code blocks from ahk
to ahk2
?
I have no plan to do so, as "ahk2" is not a widely recognized language identifier among markdown implementations. Indeed, it is not a recognized identifier by AutoHotkey either. The official way to mark an AHK v2 file is with the "ahk" extension and including a #Requires
directive. However, I have omitted the directive in the readme as it is already clearly v2 code by context.