diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/beancount.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/beancount.txt b/doc/beancount.txt index 0f6c297..c0a2d22 100644 --- a/doc/beancount.txt +++ b/doc/beancount.txt @@ -68,6 +68,12 @@ We use the following syntax highlighting groups: beanCost: Cost, e.g. {100.00 USD} beanPrice: Price, e.g. @ 100.00 USD +COMPILER *beancount-compiler* + +The plugin defines and sets the compiler to "beancount". Simply use the +command ":make" to run `bean-check` on the current file and load the errors +into the quickfix window. + FILETYPE DETECTION *beancount-ftdetect* The plugin considers files of the form `*.bean` and `*.beancount` to be |