norseghost / sublime-beancount

Bits and pieces to facilitate accounting with Beancount.
MIT License
29 stars 10 forks source link

beancount.tmLanguage should be XML not JSON? #11

Closed joliver closed 6 years ago

joliver commented 7 years ago

When I install the Beancount plugin from PackageControl, the console shows the following error:

error parsing lexer: Packages/Beancount/beancount.tmLanguage: Error parsing plist xml: expected < in file Packages/Beancount/beancount.tmLanguage on line: 1

This was the result from changes from: 3a274f1170509c8a355924779c11e05d3cd656b1

I'm not too familiar with Sublime Text packages, but per my understanding there should be a way to indicate that the tmLanguage file contains JSON rather than XML.

joliver commented 6 years ago

This has been fixed.