summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenjamin Bannier <bbannier@users.noreply.github.com>2021-10-24 14:05:55 +0200
committerGitHub <noreply@github.com>2021-10-24 21:05:55 +0900
commit92f08b5af2f6316312c95c5160c6e02b76370e04 (patch)
tree163d813a814215fc8fe5830b24f77bd211016dc3 /doc
parentda331acc9e1662e61fb7b829a3f928530fc8e52b (diff)
downloadale-92f08b5af2f6316312c95c5160c6e02b76370e04.zip
Add support for zeek (#3952)
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|