Michael Sheets
Michael Sheets
These three snippets lack a UUID which prevents them from being loaded in TextMate. Didn't do a pull request as I am unsure of their purpose and where they would...
According to the language guide* the semicolon at the end of statements is optional, this makes indentNextLinePattern match at unwanted times when leaving out the semicolon. * https://help.adobe.com/en_US/as3/learn/WS5b3ccc516d4fbf351e63e3d118a9b90204-7f9b.html Initially reported...
TextMate library methods still depend on this version of ruby and the Mojave update was tripping up some of the commands due to the default ruby version.
10.7 and 10.8 only include ruby 1.8, so all bundle items have been written to work with that. Optionally supporting ruby 1.9 and 2.0 is problematic as these versions are...
Got a request to add this to the TextMate bundle installer a while back and finally got around to cleaning ups few items I noticed when reviewing the theme. The...