diff options
author | David Houston <houstdav000@gmail.com> | 2021-11-18 17:41:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 07:41:05 +0900 |
commit | ea643b97ab08e571a543f4bd89cd3170f3f288e2 (patch) | |
tree | f701724bf0911b445107fc5caa23d6d1503de260 /doc/ale-typescript.txt | |
parent | aee0cc45bea7f190c27f0fc06f98a465ecff56fa (diff) | |
download | ale-ea643b97ab08e571a543f4bd89cd3170f3f288e2.zip |
Add cspell Linter (#3981)
* Add cspell linter
Add cspell linter, with the languages it supports.
Signed-off-by: David Houston <houstdav000@gmail.com>
* Add cspell Global Variables Documentation
Add documentation to /doc/ale.txt with cspell configuration options.
Signed-off-by: David Houston <houstdav000@gmail.com>
* Add cspell to docs, Minor Cleanup
Add cspell for each supported language, adding some spaces and removing
others when caught navigating the file.
Signed-off-by: David Houston <houstdav000@gmail.com>
Diffstat (limited to 'doc/ale-typescript.txt')
-rw-r--r-- | doc/ale-typescript.txt | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/ale-typescript.txt b/doc/ale-typescript.txt index 8984e183..eefcfed1 100644 --- a/doc/ale-typescript.txt +++ b/doc/ale-typescript.txt @@ -3,6 +3,12 @@ ALE TypeScript Integration *ale-typescript-options* =============================================================================== +cspell *ale-typescript-cspell* + +See |ale-cspell-options| + + +=============================================================================== deno *ale-typescript-deno* Starting from version 1.6.0, Deno comes with its own language server. Earlier @@ -27,6 +33,7 @@ g:ale_deno_lsp_project_root *g:ale_deno_lsp_project_root* 3. Use the directory of the current buffer (if the buffer was opened from a file). + g:ale_deno_unstable *g:ale_deno_unstable* *b:ale_deno_unstable* Type: |Number| @@ -34,13 +41,15 @@ g:ale_deno_unstable *g:ale_deno_unstable* Enable or disable unstable Deno features and APIs. -g:ale_deno_importMap *g:ale_deno_importMap* - *b:ale_deno_importMap* + +g:ale_deno_importMap *g:ale_deno_importMap* + *b:ale_deno_importMap* Type: |String| Default: `'import_map.json'` Specify the import map filename to load url maps in a deno project. + =============================================================================== eslint *ale-typescript-eslint* |