mhansen / hledger-vscode

VSCode plugin for HLedger accounting journal file
MIT License
38 stars 9 forks source link

hledger-vscode README

Language support for HLedger command-line accounting journal files.

Features

Syntax Highlighting

Highlighting of tags

Todo:

Known Issues

Development

Updating Tests

We have golden file tests under tests/cases, containing example .in.hledger files, and syntax-highlighted .want files. Run the tests with npm test.

If you've examined the differences and they're expected, rebuild the golden files by running npm run-script goldens.