[SVN] Revision 1878 (PropertyList)

Allan Odgaard allan at macromates.com
Mon Oct 3 09:35:59 UTC 2005


• recreated this to be strict -- the array data type is “perfect” in that it will catch all missing or excess commas, but the dictionary data type could be improved. It currently matches (ignoring comments):

	'{' ( (string)* ';' | (string)* '=' (any)* ';' )* '}'

When it should match:

	'{' ( (string) ';' | (string) '=' (any) ';' )* '}'

Changed:
U   trunk/Bundles/PropertyList.tmbundle/Syntaxes/PropertyList-Old.plist



More information about the textmate-dev mailing list