sublime-packages
sublime-packages copied to clipboard
"vbFalse" is typed incorrectly as "fvbalse".
Just a small typo [here](https://github.com/bradrobertson/sublime-packages/blob/master/ASP/ASP.tmLanguage#L180), which I found because the atom and vscode asp plugins both copied this repo, and also didn't catch that. Will put in a PR if...
added .lsp support?
every time i open an .lsp file it does not recognize it as a lisp file, i have to change to a .lisp file
AppleScript [now supports](https://developer.apple.com/library/mac/documentation/applescript/conceptual/applescriptlangguide/conceptual/ASLR_lexical_conventions.html#//apple_ref/doc/uid/TP40000983-CH214-SW8) 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...