simonmichael / hledger_site

The repo for hledger.org, the hledger project's website.
GNU General Public License v3.0
63 stars 37 forks source link

Update editors.md for neovim syntax support #90

Closed bharathcs closed 1 year ago

bharathcs commented 1 year ago

Neovim uses tree-sitter (a parsing library) through nvim-treesitter, and supports *ledger syntax parsing and highlighting out of the box if the user runs the command. Making it obvious to neovim users what are the steps to enable hledger support.

simonmichael commented 1 year ago

Thanks!