Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhansen/hledger-vscode
VSCode plugin for HLedger accounting journal file
https://github.com/mhansen/hledger-vscode
Last synced: about 1 month ago
JSON representation
VSCode plugin for HLedger accounting journal file
- Host: GitHub
- URL: https://github.com/mhansen/hledger-vscode
- Owner: mhansen
- License: mit
- Created: 2017-07-30T10:20:20.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T23:22:47.000Z (about 1 month ago)
- Last Synced: 2024-10-29T23:36:17.672Z (about 1 month ago)
- Language: TypeScript
- Size: 789 KB
- Stars: 39
- Watchers: 5
- Forks: 9
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hledger - VS Code hledger-vscode - Language support for hledger in VS Code (Text Editor Tools)
README
[![](https://img.shields.io/visual-studio-marketplace/v/mark-hansen.hledger-vscode)](https://marketplace.visualstudio.com/items?itemName=mark-hansen.hledger-vscode)
[![](https://img.shields.io/visual-studio-marketplace/i/mark-hansen.hledger-vscode)](https://marketplace.visualstudio.com/items?itemName=mark-hansen.hledger-vscode)# hledger-vscode README
Language support for [HLedger](http://hledger.org/) command-line accounting [journal files](http://hledger.org/journal.html).
## Features
- Syntax highlighting
![Syntax Highlighting](https://raw.githubusercontent.com/mhansen/hledger-vscode/main/images/screenshot.png)
![Highlighting of tags](https://raw.githubusercontent.com/mhansen/hledger-vscode/main/images/feature-tags.png)
### 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`.