summaryrefslogtreecommitdiff
path: root/doc/ale-zeek.txt
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/ale-zeek.txt
parentda331acc9e1662e61fb7b829a3f928530fc8e52b (diff)
downloadale-92f08b5af2f6316312c95c5160c6e02b76370e04.zip
Add support for zeek (#3952)
Diffstat (limited to 'doc/ale-zeek.txt')
-rw-r--r--doc/ale-zeek.txt23
1 files changed, 23 insertions, 0 deletions
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:
+