Open ihdavids opened 3 years ago
I'm looking at this same issue as well. As best I can tell, it appears that a fork of this project has already done the work:
https://github.com/vqv/sublime-beancount
I haven't verified it yet, but here's the individual commit that may fix the above issue:
https://github.com/vqv/sublime-beancount/commit/77d572304d050f031579a8295c3acca445dd3710
@joliver @vqv I have tried to use this fork, did a git clone
to ~/Library/Application Support/Sublime Text 3/Packages
, and also installed PackageDev
.
The syntax highlighting works, but the payee autocompletion doesn't.
I use lowercase dash-separated payees, and they work perfectly in Sublime 3, like this:
2021-10-30 * "amazon-com" ""
[...]
I would appreciate if you could give me a hint ;)
When I attempt to trigger the completions using any of the leader keys in a beancount buffer they don't seem to expand. Is there some trick I am missing?