sublime-packages
sublime-packages copied to clipboard
Added syntax highlighting support for # hash comments in AppleScript
AppleScript now supports single-line comments delimited either by two dashes --
or the hash symbol #
. Since previously the AppleScript language definition for Sublime highlighted only the former, this pull request adds support for the latter.
An example of an AppleScript source file that contains all comment varieties can be found here.