Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norseghost/sublime-beancount
Bits and pieces to facilitate accounting with Beancount.
https://github.com/norseghost/sublime-beancount
Last synced: 12 days ago
JSON representation
Bits and pieces to facilitate accounting with Beancount.
- Host: GitHub
- URL: https://github.com/norseghost/sublime-beancount
- Owner: norseghost
- License: mit
- Created: 2014-09-09T22:32:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T03:27:43.000Z (over 2 years ago)
- Last Synced: 2024-08-02T06:14:35.765Z (3 months ago)
- Language: Python
- Size: 62.5 KB
- Stars: 28
- Watchers: 3
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-beancount - Sublime Text
README
sublime-beancount
=================Bits and pieces to facilitate accounting with [Beancount](http://furius.ca/beancount/) using Sublime Text.
Currently, just a syntax definition and a build system.
The build system runs "bean-check" on the current file, and works with "Build system: Automatic", and line navigation works.
## Contributing
To make changes to the syntax highlighting, edit `beancount.YAML-tmLanguage`. [PackageDev][1] provides a build system to convert the YAML file to JSON.
[1]:https://packagecontrol.io/packages/PackageDev