erdemolkun / plist

Automatically exported from code.google.com/p/plist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Comments on ASCII property list files

GoogleCodeExporter opened this issue · comments

Ascii property list files can make use of comments heavily. It would be great 
if plist did not fail when parsing them, it would be fantastic if it can 
preserve them. This feature is essential for parsing XCode project files 
(.pbxproj). 

I am also attaching a small patch that I use to treat all comments as 
whitespace.



Original issue reported on code.google.com by gorkem.e...@gmail.com on 27 Feb 2013 at 7:18

Attachments:

I implemented ASCII comment skipping in r93. I needed to change your code, as 
your code would skip any "/", even if it was not the start of a comment.

Original comment by daniel.dreibrodt on 27 Feb 2013 at 10:32

  • Changed state: Verified