Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.12 KB

hledger-vscode README

Language support for HLedger command-line accounting journal files.

Features

  • Syntax highlighting

Syntax Highlighting

Highlighting of tags

Todo:

  • Account Tab Completion

Known Issues

  • No highlighting of amounts (numbers)

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.