summaryrefslogtreecommitdiff
path: root/contrib/vim/syntax/ledger.vim
Commit message (Collapse)AuthorAgeFilesLines
* vim. small fixes for syntax highlightingJohann Klähn2012-04-221-4/+5
| | | | | Also pre-declarations aren't folded anymore because the current 'foldexpr' does not make too much sense for them.
* vim. update syntax fileJohann Klähn2012-04-221-9/+22
|
* vim. update documentation somewhatJohann Klähn2011-05-091-11/+0
|
* vim. fix highlighting of accountsVladimir Parfinenko2011-02-271-1/+1
| | | fixes such situations: "baz:foo a foo:baz"
* vim. highlight typed tagsJohann Klähn2010-10-071-2/+4
| | | | | See mailing list on June 12 2010 / "New: Support for typed metadata" Message-Id: <D22C04C4-64F7-49B9-8006-2F7F97A4298A@gmail.com>
* vim. highlight metadata on same line as postingJohann Klähn2010-09-151-1/+1
|
* vim. fix highlighting of comments at end of lineJohann Klähn2010-09-131-1/+2
|
* vim. change syntax file to allow comments at eolJohann Klähn2010-09-131-31/+24
|
* vim. add syntax highlighting for tag/popJohann Klähn2010-06-111-2/+12
|
* vim. polish syntax highlightingJohann Klähn2010-02-211-7/+18
|
* Fix small 'bug' on accounts with spacesJohann Klähn2009-06-231-1/+1
|
* vim: highlight account namesJohann Klähn2009-06-171-4/+10
| | | | | | | | | This helps to avoid confusion when an account is not seperated from the amount by two spaces or a tab but only by one space. In these cases the amount will now be highlighted as if it belongs to the account name. Thanks to user 'plaindocs' for reporting this.
* ledger.vim: split into multiple filesJohann Klähn2009-06-151-0/+43
for better extendability