ahkscript / SublimeAutoHotkey

AutoHotkey AHK language package for SublimeText including syntax highlighting, comments toggling, auto-completions, build system definitions, commands for ahkrun, ahkcompile, ahkrunpiped.
The Unlicense
207 stars 43 forks source link

add an extensive example file to the repo #44

Closed lipkau closed 5 years ago

lipkau commented 7 years ago

I have seen this in a lot of sublime language definition projects. A large file with a collection of valid and invalid codes, in order to see what is working and what not.

In the SublimeText/PowerShell, for example, tis file is only available in the "dev" branch

robertcollier4 commented 5 years ago

I feel this would be superflous to a SublimeText package. The most important thing - is it working with YOUR script. There are lots of example files of AutoHotkey available on the net. Closing since the purpose of this Github is everyone to test this package on there script and report back there findings.