Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

tmLanguage plist indentation is wrong #26

Open
lilyball opened this issue Feb 3, 2021 · 0 comments
Open

tmLanguage plist indentation is wrong #26

lilyball opened this issue Feb 3, 2021 · 0 comments

Comments

@lilyball
Copy link

lilyball commented Feb 3, 2021

Property lists are XML files with standard indentation except by convention the sole child of the <plist> element is unindented. This looks like

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>foo</key>
  …
</dict>
</plist>

This extension is producing a file where this <dict> tag is indented.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant