0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Mar 17, 2025 — Mar 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don’t let Quake bundle claim ‘.cfg’ extension More... over 5 years ago
Improve comment.line match. More... over 14 years ago
Add readme. More... over 14 years ago
Add the following keys to the bundle’s info.plist: More... about 19 years ago
Add optional newline match to comment.line to improve it's caret scoping. More... over 19 years ago
Adding new punctuation scopes to various rules. More... over 19 years ago
In my drunken stupor I left some constant.character.escape.untitled as I ran through the bundles, changing these to constant.character.escape.≪lang≫ More... over 19 years ago
Remove swallow use in favor of a constant.character.escape pattern. More... over 19 years ago
Move preference rules out of the grammar and into a preference item. More... over 19 years ago
Add key equivalent of ⌃⌥⇧Q to grammar. More... over 19 years ago
Converted to the new XML format to avoid an escaping issue. More... over 19 years ago
Change keyword.string-embedded.quake3 to keyword.other.string-embedded.quake3 More... over 19 years ago
More languages updated... More... almost 21 years ago
Should have been included in last commit. More... almost 21 years ago
Changed all uses of \< and \> to \b. Beta 9 uses oniguruma as regular expression library and doesn't have the former. Other than that, and lack of conditions (?(n)<true>:<false>) (and different syntax for (?R)) then there shouldn't be any compatibility problems. On the positive side, oniguruma has recursive sub-groups, look-behind, is faster, and gives proper error codes for bad regular expressions! More... almost 21 years ago
Rails: • Added source.ruby.rails scope the the snippets were it made sense. • Removed a duplicated snippet. (logging) • Changed the names of the Rails methods to keyword.function.rails.*.ruby instead of keyword.function.(actionpack|activerecord).rails.ruby More... almost 21 years ago
• b6-ified the MIPS hello world snippet • renamed the Quake3 bundle to make it ready for new upcoming stuff i am working on More... almost 21 years ago
Changed all names to singular form. More... almost 21 years ago
Moved all bundles. I'm not sure what happens if you do “svn up” and you have modified stuff inside one of the bundles. More... almost 21 years ago
• Added scopeName key to all languages. Most of them as source.<filename>. • Added a language for plain text files, currently just markups bullet points (so I can continue these on 'enter' using a scoped snippet). • Added a new “firstLineMatch” key to Perl, Ruby, and Shell languages. • The C/Objective-C languages use the scopeName in their include directives, this doesn't work for beta 5. • Ruby now includes “source.ruby” when using #{ ... } in strings. • Added capture names to a few languages (objective-c methods, though it's not very consistant, we'll need to discuss how to split up functions and name the various parts). • Removed plist filetype from XML, assuming that people loading a plist into a text editor would generally use the old-style format. More... almost 21 years ago
* initial commit of the Quake3 bundle. More... about 21 years ago