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

Include directive doesn't allow a comma #63

Open john-cj opened 4 years ago

john-cj commented 4 years ago
#Include, %A_ScriptDir%\functions.ahk

When you have a comma after #Include, the highlighting becomes incorrect, despite it is a valid AutoHotkey syntax.

include