Arrrg! Trying to understand the format of bundle definitions.
Trouble number one: I'm trying to change the type of comments used for plain text types. I've added the following to the patterns array of the "Plain Text" language definition:
{ name = 'comment.line.right-angle-bracket.text'; match = '>.*$'; }
And nothing happens. I then tried creating a new bundle for a new type of document ("Test Doc") and setting the patterns array to only the above. Nothing.
What am I doing wrong?
Thanks if you can help!
Quinn