0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add commands to convert property lists to JSON, Swift, Objective-C, etc. More... almost 4 years ago
Update pretty_plist binary to 64 bit More... about 5 years ago
Introduce first-line match for old-style property lists More... over 10 years ago
Remove the plist preprocess action More... almost 11 years ago
Binary plist loader no longer excludes tmCommand files More... about 11 years ago
Add warning when reading binary property lists More... over 11 years ago
Handle quoted keys in indent and folding patterns. More... almost 12 years ago
Improve comment.line match. More... over 12 years ago
Move folding settings. More... over 12 years ago
Add readme. More... over 12 years ago
Switch eventSpecifier to semanticClass. More... over 12 years ago
Add shortcut for grammar. More... over 12 years ago
Temporary XML grammar. More... over 12 years ago
New old-style grammar. More... over 12 years ago
Remove old combined grammar. More... over 12 years ago
No longer test for binary plists. More... over 12 years ago
Remove in favor of automatic conversion command. More... over 12 years ago
pretty_plist is now local. More... over 12 years ago
Command to import binary plists on load. More... over 12 years ago
Use ‘pretty_plist’ from the Avian bundle. More... over 13 years ago
Provide property list grammar with a name. More... over 14 years ago
• improve indentation pattern More... almost 15 years ago
• change ‘\Z(?!\n)’ → ‘(?=not)possible’, our standard idiom for matching “end of document”. More... about 16 years ago
• exclude “constant.other.key” as this is often a quoted string, and we do not want = to insert ; inside that. More... almost 17 years ago
• improve the rule to match numeric strings with a negative look-ahead on \w, that way “foo = 0xDEADBEEF;” no longer has ‘0’ as a number, and the rest as invalid. More... almost 17 years ago
[CHANGED] Support top-level arrays (in addition to dictionaries) in old-style property lists -- ticket 53F82CC6 More... almost 17 years ago
Add the following keys to the bundle’s info.plist: More... about 17 years ago
• the T-separator in dates is not optional More... about 17 years ago
Add command to conversion binary property lists to XML format. Change the scope of the ASCII command to exclude already ASCII plists. More... over 17 years ago
Add tab char to allowed characters inside <data> More... over 17 years ago