Open jacobburrell opened 4 years ago
Something like this could be added:
If using Package Control for Sublime Text, simply install the TypeScript
package.
Alternatively, you can clone the repo directly into your Sublime plugin folder. For example, for Sublime Text 3 on a Mac this would look something like:
cd ~/"Library/Application Support/Sublime Text 3/Packages"
git clone --depth 1 https://github.com/norseghost/sublime-beancount.git Beancount
And on Windows:
cd "%APPDATA%\Sublime Text 3\Packages"
git clone --depth 1 https://github.com/norseghost/sublime-beancount.git Beancount
Seems the README could use an installation guide.
I myself haven't used Sublime for much more than a basic text editor.
What's the easiest way to get this set up in Sublime?