summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArnold Chand <creativenull@outlook.com>2021-10-01 20:51:22 -0400
committerGitHub <noreply@github.com>2021-10-02 09:51:22 +0900
commit19b0f72c237b861d46cefbc30a745da401e10c65 (patch)
treed68dc6cf815ebb77b36fa959e2c755acd6bf6b21 /doc
parent708e810414d124b17b0c42e872b387a7a6c2ea85 (diff)
downloadale-19b0f72c237b861d46cefbc30a745da401e10c65.zip
feat: add deno lsp for javascript (#3924)
* feat(js/deno): add deno lsp * fix(doc/typescript): typo * feat(doc/javascript): add deno lsp information * feat(doc/supported-tools): add deno to js list, sorted * fix(doc/javascript): update ToC and supported tools w/ deno
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-javascript.txt5
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--doc/ale-typescript.txt2
-rw-r--r--doc/ale.txt1
4 files changed, 8 insertions, 1 deletions
diff --git a/doc/ale-javascript.txt b/doc/ale-javascript.txt
index 13059eaa..acd886c9 100644
--- a/doc/ale-javascript.txt
+++ b/doc/ale-javascript.txt
@@ -24,6 +24,11 @@ To this: >
<
===============================================================================
+deno *ale-javascript-deno*
+
+Check the docs over at |ale-typescript-deno|.
+
+===============================================================================
eslint *ale-javascript-eslint*
g:ale_javascript_eslint_executable *g:ale_javascript_eslint_executable*
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index fec6937e..fb244c88 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -249,6 +249,7 @@ Notes:
* `javalsp`
* `uncrustify`
* JavaScript
+ * `deno`
* `eslint`
* `fecs`
* `flow`
diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt
index e2ee49c2..8984e183 100644
--- a/doc/ale-typescript.txt
+++ b/doc/ale-typescript.txt
@@ -23,7 +23,7 @@ g:ale_deno_lsp_project_root *g:ale_deno_lsp_project_root*
executing the following steps in the given order:
1. Find an ancestor directory containing a tsconfig.json.
- 2. Find an ancestory irectory containing a .git folder.
+ 2. Find an ancestory directory containing a .git folder.
3. Use the directory of the current buffer (if the buffer was opened from
a file).
diff --git a/doc/ale.txt b/doc/ale.txt
index 1da2d4a1..15ebb5ed 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2811,6 +2811,7 @@ documented in additional help files.
eclipselsp............................|ale-java-eclipselsp|
uncrustify............................|ale-java-uncrustify|
javascript..............................|ale-javascript-options|
+ deno..................................|ale-javascript-deno|
eslint................................|ale-javascript-eslint|
fecs..................................|ale-javascript-fecs|
flow..................................|ale-javascript-flow|