summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJonathan Palardy <jonathan.palardy@gmail.com>2024-01-14 03:43:59 -0800
committerGitHub <noreply@github.com>2024-01-14 20:43:59 +0900
commitebc6718c0a31c609a1b6500bfdca2aae16ce4721 (patch)
tree77901f463badc3ce85f9e468df2dcf6633f48315 /doc
parent32e6fc5975aacd83ae15958b52311b08a094883a (diff)
downloadale-ebc6718c0a31c609a1b6500bfdca2aae16ce4721.zip
Support gleamlsp language server for gleam (#4696)
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-gleam.txt23
-rw-r--r--doc/ale-supported-languages-and-tools.txt2
-rw-r--r--doc/ale.txt2
3 files changed, 27 insertions, 0 deletions
diff --git a/doc/ale-gleam.txt b/doc/ale-gleam.txt
new file mode 100644
index 00000000..3ca199b6
--- /dev/null
+++ b/doc/ale-gleam.txt
@@ -0,0 +1,23 @@
+===============================================================================
+ALE Gleam Integration *ale-gleam-options*
+ *ale-integration-gleam*
+
+===============================================================================
+Integration Information
+
+ Currently, the only supported linter for gleam is gleamlsp.
+
+
+===============================================================================
+gleamlsp *ale-gleam-gleamlsp*
+
+g:ale_gleam_gleamlsp_executable *g:ale_gleam_gleamlsp_executable*
+ *b:ale_gleam_gleamlsp_executable*
+ Type: |String|
+ Default: `'gleam'`
+
+ This variable can be modified to change the executable path for `gleamlsp`.
+
+
+===============================================================================
+ vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index aa49a1b1..3b16cf2c 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -202,6 +202,8 @@ Notes:
* `fusion-lint`
* Git Commit Messages
* `gitlint`
+* Gleam
+ * `gleamlsp`
* GLSL
* `glslang`
* `glslls`
diff --git a/doc/ale.txt b/doc/ale.txt
index 5f7999b8..aedc2bc2 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -3031,6 +3031,8 @@ documented in additional help files.
fusion-lint...........................|ale-fuse-fusionlint|
git commit..............................|ale-gitcommit-options|
gitlint...............................|ale-gitcommit-gitlint|
+ gleam...................................|ale-gleam-options|
+ gleamlsp..............................|ale-gleam-gleamlsp|
glsl....................................|ale-glsl-options|
glslang...............................|ale-glsl-glslang|
glslls................................|ale-glsl-glslls|