Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Preliminary support for automatic indentation. | Nathan Grigg | 2015-04-15 | -0/+26 |
| | | | | | | | | This assumes that the only indented lines are legs of a transaction. It works best if you put blank lines between transactions. If you do not use blank lines to end a transaction, it will usually work anyway, since it forces any line starting with a date to be all the way left. | |||
* | Add documentation table of contents | Nathan Grigg | 2015-04-15 | -0/+9 |
| | ||||
* | Add documentation for compiler | Nathan Grigg | 2015-04-15 | -0/+6 |
| | ||||
* | Add a beancount compiler that calls bean-check. | Nathan Grigg | 2015-04-15 | -0/+20 |
| | | | | | - Set the make program to bean-check. - Set the errorformat to parse the output of bean-check. | |||
* | Revert "Override C-X and C-A" | Nathan Grigg | 2015-04-14 | -13/+0 |
| | | | | | | | On further reflection, this feels outside the scope of this plugin. See http://goo.gl/HX09FG. This reverts commit f5b5b89bb617eea49dcac07996ce95fdb32e4b71. | |||
* | Highlight tag part of pushtag/poptag | Nathan Grigg | 2015-04-04 | -1/+2 |
| | ||||
* | Override C-X and C-A | Nathan Grigg | 2015-04-04 | -0/+13 |
| | ||||
* | Don't allow directives to eat the end character. | Nathan Grigg | 2015-02-10 | -12/+13 |
| | | | | Fixes #3. | |||
* | Merge branch 'elasticdog-syntax-folding' | Nathan Grigg | 2015-02-10 | -2/+2 |
|\ | ||||
| * | Enable syntax-based folding of transactions | Aaron Bull Schaefer | 2015-02-10 | -2/+2 |
| | | | | | | | | | | This is much more useful compared to using just foldmethod=marker, and it could be enhanced to support other multi-line items in the future. | |||
* | | Merge branch 'elasticdog-highlight-fixes' | Nathan Grigg | 2015-02-10 | -3/+3 |
|\ \ | |/ |/| | ||||
| * | Properly highlight syntax containing hyphens and numbers | Aaron Bull Schaefer | 2015-02-10 | -3/+3 |
|/ | | | | | | | | | | This PR fixes a few things: 1. Allow numbers within tags; tested to be valid and shown in the upstream documentation. 2. Padding directives have a date before them, so they should not be anchored at the beginning of the line. 3. Hypens are allowed in meta-data attribute names; tested to be valid and shown in the upstream documentation. | |||
* | Allow hyphens in tags | Nathan Grigg | 2015-01-22 | -1/+1 |
| | ||||
* | Allow hyphen in account name | Nathan Grigg | 2014-12-31 | -1/+1 |
| | ||||
* | tags, links, and metadata syntax highlighting | Nathan Grigg | 2014-12-31 | -3/+9 |
| | ||||
* | Fix regex for omnicompletion | Nathan Grigg | 2014-12-30 | -1/+1 |
| | ||||
* | Fix doc typos | Nathan Grigg | 2014-11-21 | -4/+11 |
| | ||||
* | Remove personal stuff that other people won't use. | Nathan Grigg | 2014-11-21 | -20/+3 |
| | ||||
* | Better doc | Nathan Grigg | 2014-11-21 | -13/+65 |
| | ||||
* | Fix up syntax highlighting | Nathan Grigg | 2014-11-21 | -6/+8 |
| | ||||
* | Add omnicomplete function for account names | Nathan Grigg | 2014-11-21 | -0/+31 |
| | ||||
* | Move price syntax to its own definition | Nathan Grigg | 2014-11-03 | -2/+4 |
| | ||||
* | Add foldmethod | Nathan Grigg | 2014-11-02 | -2/+11 |
| | ||||
* | Add price command to syntax defintion | Nathan Grigg | 2014-11-01 | -1/+1 |
| | ||||
* | Set comment string | Nathan Grigg | 2014-10-30 | -0/+2 |
| | ||||
* | First try for syntax file | Nathan Grigg | 2014-10-07 | -0/+62 |
| | ||||
* | AlignCommodity and Incoming | Nathan Grigg | 2014-10-07 | -0/+84 |
| | ||||
* | Add ftdetect | Nathan Grigg | 2014-10-07 | -0/+8 |
| | ||||
* | Initial commit | Nathan Grigg | 2014-10-07 | -0/+10 |