mirror of
https://github.com/dense-analysis/ale.git
synced 2026-07-19 22:50:30 +08:00
Added missing supported file types of dprint (#5126)
* Added missing supported files of dprint Added missing supported files of dprint. Related to https://github.com/dense-analysis/ale/pull/4320. * Add new files Add new files. * Tests work Fixed identifiers. Fixed sorting. * Enable formatting of SQL Enable formatting of SQL.
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
ALE Astro Integration *ale-astro-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-astro-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
eslint *ale-astro-eslint*
|
||||
|
||||
|
||||
@@ -151,6 +151,12 @@ g:ale_cs_dotnet_format_options
|
||||
fixer.
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-cs-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/roslyn/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
mcs *ale-cs-mcs*
|
||||
|
||||
|
||||
@@ -42,6 +42,12 @@ g:ale_css_css_beautify_use_global
|
||||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-css-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/malva/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
fecs *ale-css-fecs*
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ g:ale_dockerfile_dockerlinter_options
|
||||
===============================================================================
|
||||
dprint *ale-dockerfile-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/dockerfile
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/dockerfile/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
|
||||
@@ -65,6 +65,12 @@ cspell *ale-go-cspell*
|
||||
See |ale-cspell-options|
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-go-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/gofumpt/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
gobuild *ale-go-gobuild*
|
||||
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
ALE GraphQL Integration *ale-graphql-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-graphql-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/pretty_graphql/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
eslint *ale-graphql-eslint*
|
||||
|
||||
|
||||
@@ -65,6 +65,12 @@ g:ale_html_djlint_options
|
||||
This variable can be changed to modify flags given to djlint.
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-html-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
fecs *ale-html-fecs*
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ Check the docs over at |ale-typescript-deno|.
|
||||
===============================================================================
|
||||
dprint *ale-javascript-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/typescript
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/typescript/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
|
||||
@@ -8,6 +8,13 @@ djlint *ale-jinja-djlint*
|
||||
|
||||
See |ale-html-djlint|
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-jinja-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
j2lint *ale-jinja-j2lint*
|
||||
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ See |ale-cspell-options|
|
||||
===============================================================================
|
||||
dprint *ale-json-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/json
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/json/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
ALE Less Integration *ale-less-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-less-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/malva/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
lessc *ale-less-lessc*
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ See |ale-cspell-options|
|
||||
===============================================================================
|
||||
dprint *ale-markdown-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/markdown
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/markdown/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
===============================================================================
|
||||
ALE Mustache Integration *ale-mustache-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-mustache-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
@@ -2,11 +2,17 @@
|
||||
ALE Nunjucks Integration *ale-nunjucks-options*
|
||||
|
||||
|
||||
|
||||
===============================================================================
|
||||
djlint *ale-nunjucks-djlint*
|
||||
|
||||
See |ale-html-djlint|
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-nunjucks-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
|
||||
@@ -8,6 +8,12 @@ cspell *ale-php-cspell*
|
||||
See |ale-cspell-options|
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-php-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/mago/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
langserver *ale-php-langserver*
|
||||
|
||||
|
||||
@@ -459,6 +459,12 @@ cspell *ale-python-cspell*
|
||||
See |ale-cspell-options|
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-python-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/ruff/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
flake8 *ale-python-flake8*
|
||||
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
ALE Sass Integration *ale-sass-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-sass-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/malva/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
sasslint *ale-sass-sasslint*
|
||||
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
ALE SCSS Integration *ale-scss-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-scss-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/malva/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
prettier *ale-scss-prettier*
|
||||
|
||||
|
||||
+1
-2
@@ -5,8 +5,7 @@ ALE SQL Integration *ale-sql-options*
|
||||
===============================================================================
|
||||
dprint *ale-sql-dprint*
|
||||
|
||||
See |ale-dprint-options|
|
||||
and https://github.com/dprint/dprint-plugin-sql/releases
|
||||
See |ale-dprint-options| and https://github.com/dprint/dprint-plugin-sql.
|
||||
|
||||
|
||||
===============================================================================
|
||||
|
||||
@@ -39,6 +39,7 @@ Notes:
|
||||
* `gcc`
|
||||
* `llvm-mc`
|
||||
* Astro
|
||||
* dprint
|
||||
* `eslint`
|
||||
* `prettier`
|
||||
* Autopkgtest (filetype autopkgtest)
|
||||
@@ -90,6 +91,7 @@ Notes:
|
||||
* `csc`!!
|
||||
* `cspell`
|
||||
* `dotnet-format`
|
||||
* dprint
|
||||
* `mcs`
|
||||
* `mcsc`!!
|
||||
* `uncrustify`
|
||||
@@ -139,6 +141,7 @@ Notes:
|
||||
* `cspell`
|
||||
* `css-beautify`
|
||||
* `csslint`
|
||||
* dprint
|
||||
* `fecs`
|
||||
* `prettier`
|
||||
* `stylelint`
|
||||
@@ -239,6 +242,7 @@ Notes:
|
||||
* Go
|
||||
* `bingo`
|
||||
* `cspell`
|
||||
* dprint
|
||||
* `go build`!!
|
||||
* `go mod`!!
|
||||
* `go vet`!!
|
||||
@@ -256,6 +260,7 @@ Notes:
|
||||
* Go HTML Templates
|
||||
* djlint
|
||||
* GraphQL
|
||||
* dprint
|
||||
* `eslint`
|
||||
* `gqlint`
|
||||
* `prettier`
|
||||
@@ -297,6 +302,7 @@ Notes:
|
||||
* `angular`
|
||||
* `cspell`
|
||||
* djlint
|
||||
* dprint
|
||||
* `eslint`
|
||||
* `fecs`
|
||||
* `html-beautify`
|
||||
@@ -352,6 +358,7 @@ Notes:
|
||||
* `xo`
|
||||
* Jinja
|
||||
* djlint
|
||||
* dprint
|
||||
* j2lint
|
||||
* JSON
|
||||
* `VSCode JSON language server`
|
||||
@@ -395,6 +402,7 @@ Notes:
|
||||
* Lean 4
|
||||
* `lake`
|
||||
* Less
|
||||
* dprint
|
||||
* `lessc`
|
||||
* `prettier`
|
||||
* `stylelint`
|
||||
@@ -421,6 +429,7 @@ Notes:
|
||||
* Markdown
|
||||
* `alex`
|
||||
* `cspell`
|
||||
* dprint
|
||||
* `harper`
|
||||
* `languagetool`!!
|
||||
* `markdownlint`!!
|
||||
@@ -440,6 +449,8 @@ Notes:
|
||||
* `mlint`
|
||||
* Mercury
|
||||
* `mmc`!!
|
||||
* Mustache
|
||||
* dprint
|
||||
* NASM
|
||||
* `nasm`!!
|
||||
* Nickel
|
||||
@@ -462,6 +473,7 @@ Notes:
|
||||
* `write-good`
|
||||
* Nunjucks
|
||||
* djlint
|
||||
* dprint
|
||||
* Objective-C
|
||||
* `ccls`
|
||||
* `clang`
|
||||
@@ -504,6 +516,7 @@ Notes:
|
||||
* `perl6 -c`
|
||||
* PHP
|
||||
* `cspell`
|
||||
* dprint
|
||||
* `intelephense`
|
||||
* `langserver`
|
||||
* `phan`
|
||||
@@ -557,6 +570,7 @@ Notes:
|
||||
* `bandit`
|
||||
* `black`
|
||||
* `cspell`
|
||||
* dprint
|
||||
* `flake8`
|
||||
* `flakehell`
|
||||
* `isort`
|
||||
@@ -652,6 +666,7 @@ Notes:
|
||||
* Salt
|
||||
* `salt-lint`
|
||||
* Sass
|
||||
* dprint
|
||||
* `sass-lint`
|
||||
* `stylelint`
|
||||
* Scala
|
||||
@@ -663,6 +678,7 @@ Notes:
|
||||
* `scalafmt`
|
||||
* `scalastyle`
|
||||
* SCSS
|
||||
* dprint
|
||||
* `prettier`
|
||||
* `sass-lint`
|
||||
* `scss-lint`
|
||||
@@ -689,6 +705,7 @@ Notes:
|
||||
* SugarSS
|
||||
* `stylelint`
|
||||
* Svelte
|
||||
* dprint
|
||||
* `prettier`
|
||||
* `svelteserver`
|
||||
* Swift
|
||||
@@ -729,6 +746,8 @@ Notes:
|
||||
* TOML
|
||||
* `dprint`
|
||||
* `tombi`
|
||||
* Twig
|
||||
* `dprint`
|
||||
* TypeScript
|
||||
* `biome`
|
||||
* `cspell`
|
||||
@@ -749,6 +768,8 @@ Notes:
|
||||
* VALA
|
||||
* `uncrustify`
|
||||
* `vala_lint`!!
|
||||
* Vento
|
||||
* `dprint`
|
||||
* Verilog
|
||||
* `hdl-checker`
|
||||
* `iverilog`
|
||||
@@ -771,6 +792,7 @@ Notes:
|
||||
* `write-good`
|
||||
* Vue
|
||||
* `cspell`
|
||||
* `dprint`
|
||||
* `prettier`
|
||||
* `vls`
|
||||
* `volar`
|
||||
@@ -782,10 +804,12 @@ Notes:
|
||||
* `proselint`
|
||||
* `write-good`
|
||||
* XML
|
||||
* `dprint`
|
||||
* `xmllint`
|
||||
* YAML
|
||||
* `actionlint`
|
||||
* `circleci`!!
|
||||
* `dprint`
|
||||
* `gitlablint`
|
||||
* `prettier`
|
||||
* `spectral`
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
ALE Svelte Integration *ale-svelte-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-svelte-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
prettier *ale-svelte-prettier*
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ ALE TOML Integration *ale-toml-options*
|
||||
===============================================================================
|
||||
dprint *ale-toml-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/toml
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/toml/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
===============================================================================
|
||||
ALE Twig Integration *ale-twig-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-twig-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
@@ -126,7 +126,7 @@ g:ale_deno_import_map
|
||||
===============================================================================
|
||||
dprint *ale-typescript-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/typescript
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/typescript/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
===============================================================================
|
||||
ALE Vento Integration *ale-vento-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-vento-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
@@ -8,6 +8,12 @@ cspell *ale-vue-cspell*
|
||||
See |ale-cspell-options|
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-vue-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
prettier *ale-vue-prettier*
|
||||
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
ALE XML Integration *ale-xml-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-xml-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
xmllint *ale-xml-xmllint*
|
||||
|
||||
|
||||
@@ -73,6 +73,12 @@ it sends network requests, and running too often would overload the circleci
|
||||
servers.
|
||||
|
||||
|
||||
===============================================================================
|
||||
dprint *ale-yaml-dprint*
|
||||
|
||||
See |ale-dprint-options| and https://dprint.dev/plugins/pretty_yaml/.
|
||||
|
||||
|
||||
===============================================================================
|
||||
prettier *ale-yaml-prettier*
|
||||
|
||||
|
||||
+23
@@ -3434,6 +3434,7 @@ documented in additional help files.
|
||||
gcc...................................|ale-asm-gcc|
|
||||
llvm_mc...............................|ale-asm-llvm_mc|
|
||||
astro...................................|ale-astro-options|
|
||||
dprint................................|ale-astro-dprint|
|
||||
eslint................................|ale-astro-eslint|
|
||||
prettier..............................|ale-astro-prettier|
|
||||
autopkgtest.............................|ale-autopkgtest-options|
|
||||
@@ -3507,12 +3508,14 @@ documented in additional help files.
|
||||
csc...................................|ale-cs-csc|
|
||||
cspell................................|ale-cs-cspell|
|
||||
dotnet-format.........................|ale-cs-dotnet-format|
|
||||
dprint................................|ale-cs-dprint|
|
||||
mcs...................................|ale-cs-mcs|
|
||||
mcsc..................................|ale-cs-mcsc|
|
||||
uncrustify............................|ale-cs-uncrustify|
|
||||
css.....................................|ale-css-options|
|
||||
cspell................................|ale-css-cspell|
|
||||
css-beautify..........................|ale-css-css-beautify|
|
||||
dprint................................|ale-css-dprint|
|
||||
fecs..................................|ale-css-fecs|
|
||||
prettier..............................|ale-css-prettier|
|
||||
stylelint.............................|ale-css-stylelint|
|
||||
@@ -3601,6 +3604,7 @@ documented in additional help files.
|
||||
go......................................|ale-go-options|
|
||||
bingo.................................|ale-go-bingo|
|
||||
cspell................................|ale-go-cspell|
|
||||
dprint................................|ale-go-dprint|
|
||||
gobuild...............................|ale-go-gobuild|
|
||||
gofmt.................................|ale-go-gofmt|
|
||||
gofumpt...............................|ale-go-gofumpt|
|
||||
@@ -3615,6 +3619,7 @@ documented in additional help files.
|
||||
go html template........................|ale-gohtmltmpl-options|
|
||||
djlint................................|ale-gohtmltmpl-djlint|
|
||||
graphql.................................|ale-graphql-options|
|
||||
dprint................................|ale-graphql-dprint|
|
||||
eslint................................|ale-graphql-eslint|
|
||||
gqlint................................|ale-graphql-gqlint|
|
||||
prettier..............................|ale-graphql-prettier|
|
||||
@@ -3655,6 +3660,7 @@ documented in additional help files.
|
||||
angular...............................|ale-html-angular|
|
||||
cspell................................|ale-html-cspell|
|
||||
djlint................................|ale-html-djlint|
|
||||
dprint................................|ale-html-dprint|
|
||||
fecs..................................|ale-html-fecs|
|
||||
html-beautify.........................|ale-html-beautify|
|
||||
htmlhint..............................|ale-html-htmlhint|
|
||||
@@ -3710,6 +3716,7 @@ documented in additional help files.
|
||||
xo....................................|ale-javascript-xo|
|
||||
jinja...................................|ale-jinja-options|
|
||||
djlint................................|ale-jinja-djlint|
|
||||
dprint................................|ale-jinja-dprint|
|
||||
j2lint................................|ale-jinja-j2lint|
|
||||
json....................................|ale-json-options|
|
||||
biome.................................|ale-json-biome|
|
||||
@@ -3745,6 +3752,7 @@ documented in additional help files.
|
||||
lean....................................|ale-lean-options|
|
||||
lake..................................|ale-lean-lake|
|
||||
less....................................|ale-less-options|
|
||||
dprint................................|ale-less-dprint|
|
||||
lessc.................................|ale-less-lessc|
|
||||
prettier..............................|ale-less-prettier|
|
||||
stylelint.............................|ale-less-stylelint|
|
||||
@@ -3780,6 +3788,8 @@ documented in additional help files.
|
||||
redpen................................|ale-markdown-redpen|
|
||||
mercury.................................|ale-mercury-options|
|
||||
mmc...................................|ale-mercury-mmc|
|
||||
mustache................................|ale-mustache-options|
|
||||
dprint................................|ale-mustache-dprint|
|
||||
nasm....................................|ale-nasm-options|
|
||||
nasm..................................|ale-nasm-nasm|
|
||||
nickel..................................|ale-nickel-options|
|
||||
@@ -3798,6 +3808,7 @@ documented in additional help files.
|
||||
write-good............................|ale-nroff-write-good|
|
||||
nunjucks................................|ale-nunjucks-options|
|
||||
djlint................................|ale-nunjucks-djlint|
|
||||
dprint................................|ale-nunjucks-dprint|
|
||||
objc....................................|ale-objc-options|
|
||||
ccls..................................|ale-objc-ccls|
|
||||
clang.................................|ale-objc-clang|
|
||||
@@ -3840,6 +3851,7 @@ documented in additional help files.
|
||||
perl6.................................|ale-perl6-perl6|
|
||||
php.....................................|ale-php-options|
|
||||
cspell................................|ale-php-cspell|
|
||||
dprint................................|ale-php-dprint|
|
||||
langserver............................|ale-php-langserver|
|
||||
phan..................................|ale-php-phan|
|
||||
phpactor..............................|ale-php-phpactor|
|
||||
@@ -3890,6 +3902,7 @@ documented in additional help files.
|
||||
bandit................................|ale-python-bandit|
|
||||
black.................................|ale-python-black|
|
||||
cspell................................|ale-python-cspell|
|
||||
dprint................................|ale-python-dprint|
|
||||
flake8................................|ale-python-flake8|
|
||||
flakehell.............................|ale-python-flakehell|
|
||||
isort.................................|ale-python-isort|
|
||||
@@ -3973,6 +3986,7 @@ documented in additional help files.
|
||||
salt....................................|ale-salt-options|
|
||||
salt-lint.............................|ale-salt-salt-lint|
|
||||
sass....................................|ale-sass-options|
|
||||
dprint................................|ale-sass-dprint|
|
||||
sasslint..............................|ale-sass-sasslint|
|
||||
stylelint.............................|ale-sass-stylelint|
|
||||
scala...................................|ale-scala-options|
|
||||
@@ -3982,6 +3996,7 @@ documented in additional help files.
|
||||
scalafmt..............................|ale-scala-scalafmt|
|
||||
scalastyle............................|ale-scala-scalastyle|
|
||||
scss....................................|ale-scss-options|
|
||||
dprint................................|ale-scss-dprint|
|
||||
prettier..............................|ale-scss-prettier|
|
||||
sasslint..............................|ale-scss-sasslint|
|
||||
stylelint.............................|ale-scss-stylelint|
|
||||
@@ -4012,6 +4027,7 @@ documented in additional help files.
|
||||
sugarss.................................|ale-sugarss-options|
|
||||
stylelint.............................|ale-sugarss-stylelint|
|
||||
svelte..................................|ale-svelte-options|
|
||||
dprint................................|ale-svelte-dprint|
|
||||
prettier..............................|ale-svelte-prettier|
|
||||
svelteserver..........................|ale-svelte-svelteserver|
|
||||
swift...................................|ale-swift-options|
|
||||
@@ -4052,6 +4068,8 @@ documented in additional help files.
|
||||
toml....................................|ale-toml-options|
|
||||
dprint................................|ale-toml-dprint|
|
||||
tombi.................................|ale-toml-tombi|
|
||||
twig....................................|ale-twig-options|
|
||||
dprint................................|ale-twig-dprint|
|
||||
typescript..............................|ale-typescript-options|
|
||||
biome.................................|ale-typescript-biome|
|
||||
cspell................................|ale-typescript-cspell|
|
||||
@@ -4070,6 +4088,8 @@ documented in additional help files.
|
||||
vfmt..................................|ale-v-vfmt|
|
||||
vala....................................|ale-vala-options|
|
||||
uncrustify............................|ale-vala-uncrustify|
|
||||
vento...................................|ale-vento-options|
|
||||
dprint................................|ale-vento-dprint|
|
||||
verilog/systemverilog...................|ale-verilog-options|
|
||||
hdl-checker...........................|ale-verilog-hdl-checker|
|
||||
iverilog..............................|ale-verilog-iverilog|
|
||||
@@ -4092,6 +4112,7 @@ documented in additional help files.
|
||||
write-good............................|ale-vim-help-write-good|
|
||||
vue.....................................|ale-vue-options|
|
||||
cspell................................|ale-vue-cspell|
|
||||
dprint................................|ale-vue-dprint|
|
||||
prettier..............................|ale-vue-prettier|
|
||||
vls...................................|ale-vue-vls|
|
||||
volar.................................|ale-vue-volar|
|
||||
@@ -4101,10 +4122,12 @@ documented in additional help files.
|
||||
cspell................................|ale-xhtml-cspell|
|
||||
write-good............................|ale-xhtml-write-good|
|
||||
xml.....................................|ale-xml-options|
|
||||
dprint................................|ale-xml-dprint|
|
||||
xmllint...............................|ale-xml-xmllint|
|
||||
yaml....................................|ale-yaml-options|
|
||||
actionlint............................|ale-yaml-actionlint|
|
||||
circleci..............................|ale-yaml-circleci|
|
||||
dprint................................|ale-yaml-dprint|
|
||||
prettier..............................|ale-yaml-prettier|
|
||||
spectral..............................|ale-yaml-spectral|
|
||||
swaglint..............................|ale-yaml-swaglint|
|
||||
|
||||
Reference in New Issue
Block a user