summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-supported-languages-and-tools.txt2
-rw-r--r--doc/ale-zeek.txt23
-rw-r--r--doc/ale.txt2
3 files changed, 27 insertions, 0 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index f98f9101..36ef83ea 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -601,6 +601,8 @@ Notes:
* `yamllint`
* YANG
* `yang-lsp`
+* Zeek
+ * `zeek`!!
* Zig
* `zls`
diff --git a/doc/ale-zeek.txt b/doc/ale-zeek.txt
new file mode 100644
index 00000000..910bc060
--- /dev/null
+++ b/doc/ale-zeek.txt
@@ -0,0 +1,23 @@
+===============================================================================
+ALE Zeek Integration *ale-zeek-options*
+ *ale-integration-zeek*
+
+===============================================================================
+Integration Information
+
+ Currently, the only supported linter for Zeek is zeek.
+
+===============================================================================
+zeek *ale-zeek-zeek*
+
+g:ale_zeek_zeek_executable *g:ale_zeek_zeek_executable*
+ *b:ale_zeek_zeek_executable*
+ Type: |String|
+ Default: `'zeek'`
+
+ This variable can be modified to change the executable path for `zeek`.
+
+
+===============================================================================
+ vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
+
diff --git a/doc/ale.txt b/doc/ale.txt
index 97242748..6cc81784 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -3114,6 +3114,8 @@ documented in additional help files.
yamllint..............................|ale-yaml-yamllint|
yang....................................|ale-yang-options|
yang-lsp..............................|ale-yang-lsp|
+ zeek....................................|ale-zeek-options|
+ zeek..................................|ale-zeek-zeek|
zig.....................................|ale-zig-options|
zls...................................|ale-zig-zls|