summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortoastal <561087+toastal@users.noreply.github.com>2021-08-09 11:43:50 +0000
committerGitHub <noreply@github.com>2021-08-09 20:43:50 +0900
commita099fe24b2e898c93c0aa4391e5a5631932684a6 (patch)
treee016abd55f81e00595e887dd9700e4faaa7448ce /doc
parent9264ffda2362bf54c223370b2dc5482354b290b7 (diff)
downloadale-a099fe24b2e898c93c0aa4391e5a5631932684a6.zip
Dhall fixes: use stdin, doc errors (#3868)
* purs-tidy * Dhall fixes: use stdin, docs errors
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-dhall.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ale-dhall.txt b/doc/ale-dhall.txt
index 44b0bf32..9b997b9e 100644
--- a/doc/ale-dhall.txt
+++ b/doc/ale-dhall.txt
@@ -6,15 +6,15 @@ g:ale_dhall_executable *g:ale_dhall_executable*
Type: |String|
Default: `'dhall'`
-g:ale_dhall_options g:ale_dhall_options
- b:ale_dhall_options
+g:ale_dhall_options *g:ale_dhall_options*
+ *b:ale_dhall_options*
Type: |String|
Default: `''`
This variable can be set to pass additional options to the 'dhall` executable.
This is shared with `dhall-freeze` and `dhall-lint`.
>
- let g:dhall_options = '--ascii'
+ let g:ale_dhall_options = '--ascii'
<
===============================================================================
@@ -30,15 +30,15 @@ dhall-freeze *ale-dhall-freeze*
Dhall
(https://dhall-lang.org/)
-g:ale_dhall_freeze_options g:ale_dhall_freeze_options
- b:ale_dhall_freeze_options
+g:ale_dhall_freeze_options *g:ale_dhall_freeze_options*
+ *b:ale_dhall_freeze_options*
Type: |String|
Default: `''`
This variable can be set to pass additional options to the 'dhall freeze`
executable.
>
- let g:dhall_freeze_options = '--all'
+ let g:ale_dhall_freeze_options = '--all'
<
===============================================================================