0
I want to open .plist files as .xml files in Atom. Whenever I open a plist it opens as "Property List (Old-Style)" which is bizarre.
I have this in my config.cson
but to no avail:
"*":
"file-types":
h: "source.objc"
"plist": "source.xml"
I really haven't the slightest idea why this is wrong, but it doesn't work.
(Control-Shift-L -> X -> Enter isn't bad, but...)