issues
search
SublimeText
/
PackageDev
Tools to ease the creation of snippets, syntax definitions, etc. for Sublime Text.
MIT License
436
stars
83
forks
source link
separate property list syntax from tmPreferences syntax
#89
Closed
keith-hall
closed
7 years ago
keith-hall
commented
7 years ago
Now it validates a few things like:
inside a
<dict>
, a
<key>
has to come first, followed by something else etc. followed by another
<key>
or the end of the
</dict>
only whitespace and comments are allowed between elements, i.e. no text except inside the leaf elements
no attributes allowed on the elements
Now it validates a few things like:
<dict>
, a<key>
has to come first, followed by something else etc. followed by another<key>
or the end of the</dict>