summaryrefslogtreecommitdiff
path: root/doc/ale-hack.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-hack.txt')
-rw-r--r--doc/ale-hack.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ale-hack.txt b/doc/ale-hack.txt
index a8027424..4776b8cf 100644
--- a/doc/ale-hack.txt
+++ b/doc/ale-hack.txt
@@ -1,5 +1,14 @@
===============================================================================
ALE Hack Integration *ale-hack-options*
+ *ale-integration-hack*
+
+ HHAST is disabled by default, as it executes code in the project root.
+
+ Currently linters must be enabled globally. HHAST can be enabled with:
+
+>
+ let g:ale_linters = {'hack': ['hack', 'hhast']}
+<
===============================================================================
hack *ale-hack-hack*