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:
Matheus Gabriel Werny
2026-06-21 11:12:19 +09:00
committed by GitHub
parent 44ff0049a7
commit db92671e57
31 changed files with 219 additions and 10 deletions
+1 -1
View File
@@ -634,7 +634,7 @@ let s:default_registry = {
\ }, \ },
\ 'dprint': { \ 'dprint': {
\ 'function': 'ale#fixers#dprint#Fix', \ 'function': 'ale#fixers#dprint#Fix',
\ 'suggested_filetypes': ['dockerfile', 'javascript', 'json', 'markdown', 'toml', 'typescript'], \ 'suggested_filetypes': ['astro', 'cs', 'css', 'dockerfile', 'go', 'graphql', 'html', 'javascript', 'jinja', 'json', 'less', 'markdown', 'mustache', 'nunjucks', 'php', 'python', 'sass', 'scss', 'sql', 'svelte', 'toml', 'twig', 'typescript', 'vento', 'vue', 'xml', 'yaml'],
\ 'description': 'Pluggable and configurable code formatting platform', \ 'description': 'Pluggable and configurable code formatting platform',
\ }, \ },
\ 'stylua': { \ 'stylua': {
+6
View File
@@ -2,6 +2,12 @@
ALE Astro Integration *ale-astro-options* 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* eslint *ale-astro-eslint*
+6
View File
@@ -151,6 +151,12 @@ g:ale_cs_dotnet_format_options
fixer. fixer.
===============================================================================
dprint *ale-cs-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/roslyn/.
=============================================================================== ===============================================================================
mcs *ale-cs-mcs* mcs *ale-cs-mcs*
+6
View File
@@ -42,6 +42,12 @@ g:ale_css_css_beautify_use_global
See |ale-integrations-local-executables| See |ale-integrations-local-executables|
===============================================================================
dprint *ale-css-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/malva/.
=============================================================================== ===============================================================================
fecs *ale-css-fecs* fecs *ale-css-fecs*
+1 -1
View File
@@ -58,7 +58,7 @@ g:ale_dockerfile_dockerlinter_options
=============================================================================== ===============================================================================
dprint *ale-dockerfile-dprint* dprint *ale-dockerfile-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/dockerfile See |ale-dprint-options| and https://dprint.dev/plugins/dockerfile/.
=============================================================================== ===============================================================================
+6
View File
@@ -65,6 +65,12 @@ cspell *ale-go-cspell*
See |ale-cspell-options| See |ale-cspell-options|
===============================================================================
dprint *ale-go-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/gofumpt/.
=============================================================================== ===============================================================================
gobuild *ale-go-gobuild* gobuild *ale-go-gobuild*
+6
View File
@@ -2,6 +2,12 @@
ALE GraphQL Integration *ale-graphql-options* 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* eslint *ale-graphql-eslint*
+6
View File
@@ -65,6 +65,12 @@ g:ale_html_djlint_options
This variable can be changed to modify flags given to djlint. 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* fecs *ale-html-fecs*
+1 -1
View File
@@ -51,7 +51,7 @@ Check the docs over at |ale-typescript-deno|.
=============================================================================== ===============================================================================
dprint *ale-javascript-dprint* dprint *ale-javascript-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/typescript See |ale-dprint-options| and https://dprint.dev/plugins/typescript/.
=============================================================================== ===============================================================================
+7
View File
@@ -8,6 +8,13 @@ djlint *ale-jinja-djlint*
See |ale-html-djlint| See |ale-html-djlint|
===============================================================================
dprint *ale-jinja-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
=============================================================================== ===============================================================================
j2lint *ale-jinja-j2lint* j2lint *ale-jinja-j2lint*
+1 -1
View File
@@ -24,7 +24,7 @@ See |ale-cspell-options|
=============================================================================== ===============================================================================
dprint *ale-json-dprint* dprint *ale-json-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/json See |ale-dprint-options| and https://dprint.dev/plugins/json/.
=============================================================================== ===============================================================================
+6
View File
@@ -2,6 +2,12 @@
ALE Less Integration *ale-less-options* ALE Less Integration *ale-less-options*
===============================================================================
dprint *ale-less-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/malva/.
=============================================================================== ===============================================================================
lessc *ale-less-lessc* lessc *ale-less-lessc*
+1 -1
View File
@@ -11,7 +11,7 @@ See |ale-cspell-options|
=============================================================================== ===============================================================================
dprint *ale-markdown-dprint* dprint *ale-markdown-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/markdown See |ale-dprint-options| and https://dprint.dev/plugins/markdown/.
=============================================================================== ===============================================================================
+12
View File
@@ -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:
+7 -1
View File
@@ -2,11 +2,17 @@
ALE Nunjucks Integration *ale-nunjucks-options* ALE Nunjucks Integration *ale-nunjucks-options*
=============================================================================== ===============================================================================
djlint *ale-nunjucks-djlint* djlint *ale-nunjucks-djlint*
See |ale-html-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: vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
+6
View File
@@ -8,6 +8,12 @@ cspell *ale-php-cspell*
See |ale-cspell-options| See |ale-cspell-options|
===============================================================================
dprint *ale-php-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/mago/.
=============================================================================== ===============================================================================
langserver *ale-php-langserver* langserver *ale-php-langserver*
+6
View File
@@ -459,6 +459,12 @@ cspell *ale-python-cspell*
See |ale-cspell-options| See |ale-cspell-options|
===============================================================================
dprint *ale-python-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/ruff/.
=============================================================================== ===============================================================================
flake8 *ale-python-flake8* flake8 *ale-python-flake8*
+6
View File
@@ -2,6 +2,12 @@
ALE Sass Integration *ale-sass-options* ALE Sass Integration *ale-sass-options*
===============================================================================
dprint *ale-sass-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/malva/.
=============================================================================== ===============================================================================
sasslint *ale-sass-sasslint* sasslint *ale-sass-sasslint*
+6
View File
@@ -2,6 +2,12 @@
ALE SCSS Integration *ale-scss-options* ALE SCSS Integration *ale-scss-options*
===============================================================================
dprint *ale-scss-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/malva/.
=============================================================================== ===============================================================================
prettier *ale-scss-prettier* prettier *ale-scss-prettier*
+1 -2
View File
@@ -5,8 +5,7 @@ ALE SQL Integration *ale-sql-options*
=============================================================================== ===============================================================================
dprint *ale-sql-dprint* dprint *ale-sql-dprint*
See |ale-dprint-options| See |ale-dprint-options| and https://github.com/dprint/dprint-plugin-sql.
and https://github.com/dprint/dprint-plugin-sql/releases
=============================================================================== ===============================================================================
+24
View File
@@ -39,6 +39,7 @@ Notes:
* `gcc` * `gcc`
* `llvm-mc` * `llvm-mc`
* Astro * Astro
* dprint
* `eslint` * `eslint`
* `prettier` * `prettier`
* Autopkgtest (filetype autopkgtest) * Autopkgtest (filetype autopkgtest)
@@ -90,6 +91,7 @@ Notes:
* `csc`!! * `csc`!!
* `cspell` * `cspell`
* `dotnet-format` * `dotnet-format`
* dprint
* `mcs` * `mcs`
* `mcsc`!! * `mcsc`!!
* `uncrustify` * `uncrustify`
@@ -139,6 +141,7 @@ Notes:
* `cspell` * `cspell`
* `css-beautify` * `css-beautify`
* `csslint` * `csslint`
* dprint
* `fecs` * `fecs`
* `prettier` * `prettier`
* `stylelint` * `stylelint`
@@ -239,6 +242,7 @@ Notes:
* Go * Go
* `bingo` * `bingo`
* `cspell` * `cspell`
* dprint
* `go build`!! * `go build`!!
* `go mod`!! * `go mod`!!
* `go vet`!! * `go vet`!!
@@ -256,6 +260,7 @@ Notes:
* Go HTML Templates * Go HTML Templates
* djlint * djlint
* GraphQL * GraphQL
* dprint
* `eslint` * `eslint`
* `gqlint` * `gqlint`
* `prettier` * `prettier`
@@ -297,6 +302,7 @@ Notes:
* `angular` * `angular`
* `cspell` * `cspell`
* djlint * djlint
* dprint
* `eslint` * `eslint`
* `fecs` * `fecs`
* `html-beautify` * `html-beautify`
@@ -352,6 +358,7 @@ Notes:
* `xo` * `xo`
* Jinja * Jinja
* djlint * djlint
* dprint
* j2lint * j2lint
* JSON * JSON
* `VSCode JSON language server` * `VSCode JSON language server`
@@ -395,6 +402,7 @@ Notes:
* Lean 4 * Lean 4
* `lake` * `lake`
* Less * Less
* dprint
* `lessc` * `lessc`
* `prettier` * `prettier`
* `stylelint` * `stylelint`
@@ -421,6 +429,7 @@ Notes:
* Markdown * Markdown
* `alex` * `alex`
* `cspell` * `cspell`
* dprint
* `harper` * `harper`
* `languagetool`!! * `languagetool`!!
* `markdownlint`!! * `markdownlint`!!
@@ -440,6 +449,8 @@ Notes:
* `mlint` * `mlint`
* Mercury * Mercury
* `mmc`!! * `mmc`!!
* Mustache
* dprint
* NASM * NASM
* `nasm`!! * `nasm`!!
* Nickel * Nickel
@@ -462,6 +473,7 @@ Notes:
* `write-good` * `write-good`
* Nunjucks * Nunjucks
* djlint * djlint
* dprint
* Objective-C * Objective-C
* `ccls` * `ccls`
* `clang` * `clang`
@@ -504,6 +516,7 @@ Notes:
* `perl6 -c` * `perl6 -c`
* PHP * PHP
* `cspell` * `cspell`
* dprint
* `intelephense` * `intelephense`
* `langserver` * `langserver`
* `phan` * `phan`
@@ -557,6 +570,7 @@ Notes:
* `bandit` * `bandit`
* `black` * `black`
* `cspell` * `cspell`
* dprint
* `flake8` * `flake8`
* `flakehell` * `flakehell`
* `isort` * `isort`
@@ -652,6 +666,7 @@ Notes:
* Salt * Salt
* `salt-lint` * `salt-lint`
* Sass * Sass
* dprint
* `sass-lint` * `sass-lint`
* `stylelint` * `stylelint`
* Scala * Scala
@@ -663,6 +678,7 @@ Notes:
* `scalafmt` * `scalafmt`
* `scalastyle` * `scalastyle`
* SCSS * SCSS
* dprint
* `prettier` * `prettier`
* `sass-lint` * `sass-lint`
* `scss-lint` * `scss-lint`
@@ -689,6 +705,7 @@ Notes:
* SugarSS * SugarSS
* `stylelint` * `stylelint`
* Svelte * Svelte
* dprint
* `prettier` * `prettier`
* `svelteserver` * `svelteserver`
* Swift * Swift
@@ -729,6 +746,8 @@ Notes:
* TOML * TOML
* `dprint` * `dprint`
* `tombi` * `tombi`
* Twig
* `dprint`
* TypeScript * TypeScript
* `biome` * `biome`
* `cspell` * `cspell`
@@ -749,6 +768,8 @@ Notes:
* VALA * VALA
* `uncrustify` * `uncrustify`
* `vala_lint`!! * `vala_lint`!!
* Vento
* `dprint`
* Verilog * Verilog
* `hdl-checker` * `hdl-checker`
* `iverilog` * `iverilog`
@@ -771,6 +792,7 @@ Notes:
* `write-good` * `write-good`
* Vue * Vue
* `cspell` * `cspell`
* `dprint`
* `prettier` * `prettier`
* `vls` * `vls`
* `volar` * `volar`
@@ -782,10 +804,12 @@ Notes:
* `proselint` * `proselint`
* `write-good` * `write-good`
* XML * XML
* `dprint`
* `xmllint` * `xmllint`
* YAML * YAML
* `actionlint` * `actionlint`
* `circleci`!! * `circleci`!!
* `dprint`
* `gitlablint` * `gitlablint`
* `prettier` * `prettier`
* `spectral` * `spectral`
+6
View File
@@ -2,6 +2,12 @@
ALE Svelte Integration *ale-svelte-options* 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* prettier *ale-svelte-prettier*
+1 -1
View File
@@ -5,7 +5,7 @@ ALE TOML Integration *ale-toml-options*
=============================================================================== ===============================================================================
dprint *ale-toml-dprint* dprint *ale-toml-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/toml See |ale-dprint-options| and https://dprint.dev/plugins/toml/.
=============================================================================== ===============================================================================
+12
View File
@@ -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:
+1 -1
View File
@@ -126,7 +126,7 @@ g:ale_deno_import_map
=============================================================================== ===============================================================================
dprint *ale-typescript-dprint* dprint *ale-typescript-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/typescript See |ale-dprint-options| and https://dprint.dev/plugins/typescript/.
=============================================================================== ===============================================================================
+12
View File
@@ -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:
+6
View File
@@ -8,6 +8,12 @@ cspell *ale-vue-cspell*
See |ale-cspell-options| See |ale-cspell-options|
===============================================================================
dprint *ale-vue-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/markup_fmt/.
=============================================================================== ===============================================================================
prettier *ale-vue-prettier* prettier *ale-vue-prettier*
+6
View File
@@ -2,6 +2,12 @@
ALE XML Integration *ale-xml-options* 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* xmllint *ale-xml-xmllint*
+6
View File
@@ -73,6 +73,12 @@ it sends network requests, and running too often would overload the circleci
servers. servers.
===============================================================================
dprint *ale-yaml-dprint*
See |ale-dprint-options| and https://dprint.dev/plugins/pretty_yaml/.
=============================================================================== ===============================================================================
prettier *ale-yaml-prettier* prettier *ale-yaml-prettier*
+23
View File
@@ -3434,6 +3434,7 @@ documented in additional help files.
gcc...................................|ale-asm-gcc| gcc...................................|ale-asm-gcc|
llvm_mc...............................|ale-asm-llvm_mc| llvm_mc...............................|ale-asm-llvm_mc|
astro...................................|ale-astro-options| astro...................................|ale-astro-options|
dprint................................|ale-astro-dprint|
eslint................................|ale-astro-eslint| eslint................................|ale-astro-eslint|
prettier..............................|ale-astro-prettier| prettier..............................|ale-astro-prettier|
autopkgtest.............................|ale-autopkgtest-options| autopkgtest.............................|ale-autopkgtest-options|
@@ -3507,12 +3508,14 @@ documented in additional help files.
csc...................................|ale-cs-csc| csc...................................|ale-cs-csc|
cspell................................|ale-cs-cspell| cspell................................|ale-cs-cspell|
dotnet-format.........................|ale-cs-dotnet-format| dotnet-format.........................|ale-cs-dotnet-format|
dprint................................|ale-cs-dprint|
mcs...................................|ale-cs-mcs| mcs...................................|ale-cs-mcs|
mcsc..................................|ale-cs-mcsc| mcsc..................................|ale-cs-mcsc|
uncrustify............................|ale-cs-uncrustify| uncrustify............................|ale-cs-uncrustify|
css.....................................|ale-css-options| css.....................................|ale-css-options|
cspell................................|ale-css-cspell| cspell................................|ale-css-cspell|
css-beautify..........................|ale-css-css-beautify| css-beautify..........................|ale-css-css-beautify|
dprint................................|ale-css-dprint|
fecs..................................|ale-css-fecs| fecs..................................|ale-css-fecs|
prettier..............................|ale-css-prettier| prettier..............................|ale-css-prettier|
stylelint.............................|ale-css-stylelint| stylelint.............................|ale-css-stylelint|
@@ -3601,6 +3604,7 @@ documented in additional help files.
go......................................|ale-go-options| go......................................|ale-go-options|
bingo.................................|ale-go-bingo| bingo.................................|ale-go-bingo|
cspell................................|ale-go-cspell| cspell................................|ale-go-cspell|
dprint................................|ale-go-dprint|
gobuild...............................|ale-go-gobuild| gobuild...............................|ale-go-gobuild|
gofmt.................................|ale-go-gofmt| gofmt.................................|ale-go-gofmt|
gofumpt...............................|ale-go-gofumpt| gofumpt...............................|ale-go-gofumpt|
@@ -3615,6 +3619,7 @@ documented in additional help files.
go html template........................|ale-gohtmltmpl-options| go html template........................|ale-gohtmltmpl-options|
djlint................................|ale-gohtmltmpl-djlint| djlint................................|ale-gohtmltmpl-djlint|
graphql.................................|ale-graphql-options| graphql.................................|ale-graphql-options|
dprint................................|ale-graphql-dprint|
eslint................................|ale-graphql-eslint| eslint................................|ale-graphql-eslint|
gqlint................................|ale-graphql-gqlint| gqlint................................|ale-graphql-gqlint|
prettier..............................|ale-graphql-prettier| prettier..............................|ale-graphql-prettier|
@@ -3655,6 +3660,7 @@ documented in additional help files.
angular...............................|ale-html-angular| angular...............................|ale-html-angular|
cspell................................|ale-html-cspell| cspell................................|ale-html-cspell|
djlint................................|ale-html-djlint| djlint................................|ale-html-djlint|
dprint................................|ale-html-dprint|
fecs..................................|ale-html-fecs| fecs..................................|ale-html-fecs|
html-beautify.........................|ale-html-beautify| html-beautify.........................|ale-html-beautify|
htmlhint..............................|ale-html-htmlhint| htmlhint..............................|ale-html-htmlhint|
@@ -3710,6 +3716,7 @@ documented in additional help files.
xo....................................|ale-javascript-xo| xo....................................|ale-javascript-xo|
jinja...................................|ale-jinja-options| jinja...................................|ale-jinja-options|
djlint................................|ale-jinja-djlint| djlint................................|ale-jinja-djlint|
dprint................................|ale-jinja-dprint|
j2lint................................|ale-jinja-j2lint| j2lint................................|ale-jinja-j2lint|
json....................................|ale-json-options| json....................................|ale-json-options|
biome.................................|ale-json-biome| biome.................................|ale-json-biome|
@@ -3745,6 +3752,7 @@ documented in additional help files.
lean....................................|ale-lean-options| lean....................................|ale-lean-options|
lake..................................|ale-lean-lake| lake..................................|ale-lean-lake|
less....................................|ale-less-options| less....................................|ale-less-options|
dprint................................|ale-less-dprint|
lessc.................................|ale-less-lessc| lessc.................................|ale-less-lessc|
prettier..............................|ale-less-prettier| prettier..............................|ale-less-prettier|
stylelint.............................|ale-less-stylelint| stylelint.............................|ale-less-stylelint|
@@ -3780,6 +3788,8 @@ documented in additional help files.
redpen................................|ale-markdown-redpen| redpen................................|ale-markdown-redpen|
mercury.................................|ale-mercury-options| mercury.................................|ale-mercury-options|
mmc...................................|ale-mercury-mmc| mmc...................................|ale-mercury-mmc|
mustache................................|ale-mustache-options|
dprint................................|ale-mustache-dprint|
nasm....................................|ale-nasm-options| nasm....................................|ale-nasm-options|
nasm..................................|ale-nasm-nasm| nasm..................................|ale-nasm-nasm|
nickel..................................|ale-nickel-options| nickel..................................|ale-nickel-options|
@@ -3798,6 +3808,7 @@ documented in additional help files.
write-good............................|ale-nroff-write-good| write-good............................|ale-nroff-write-good|
nunjucks................................|ale-nunjucks-options| nunjucks................................|ale-nunjucks-options|
djlint................................|ale-nunjucks-djlint| djlint................................|ale-nunjucks-djlint|
dprint................................|ale-nunjucks-dprint|
objc....................................|ale-objc-options| objc....................................|ale-objc-options|
ccls..................................|ale-objc-ccls| ccls..................................|ale-objc-ccls|
clang.................................|ale-objc-clang| clang.................................|ale-objc-clang|
@@ -3840,6 +3851,7 @@ documented in additional help files.
perl6.................................|ale-perl6-perl6| perl6.................................|ale-perl6-perl6|
php.....................................|ale-php-options| php.....................................|ale-php-options|
cspell................................|ale-php-cspell| cspell................................|ale-php-cspell|
dprint................................|ale-php-dprint|
langserver............................|ale-php-langserver| langserver............................|ale-php-langserver|
phan..................................|ale-php-phan| phan..................................|ale-php-phan|
phpactor..............................|ale-php-phpactor| phpactor..............................|ale-php-phpactor|
@@ -3890,6 +3902,7 @@ documented in additional help files.
bandit................................|ale-python-bandit| bandit................................|ale-python-bandit|
black.................................|ale-python-black| black.................................|ale-python-black|
cspell................................|ale-python-cspell| cspell................................|ale-python-cspell|
dprint................................|ale-python-dprint|
flake8................................|ale-python-flake8| flake8................................|ale-python-flake8|
flakehell.............................|ale-python-flakehell| flakehell.............................|ale-python-flakehell|
isort.................................|ale-python-isort| isort.................................|ale-python-isort|
@@ -3973,6 +3986,7 @@ documented in additional help files.
salt....................................|ale-salt-options| salt....................................|ale-salt-options|
salt-lint.............................|ale-salt-salt-lint| salt-lint.............................|ale-salt-salt-lint|
sass....................................|ale-sass-options| sass....................................|ale-sass-options|
dprint................................|ale-sass-dprint|
sasslint..............................|ale-sass-sasslint| sasslint..............................|ale-sass-sasslint|
stylelint.............................|ale-sass-stylelint| stylelint.............................|ale-sass-stylelint|
scala...................................|ale-scala-options| scala...................................|ale-scala-options|
@@ -3982,6 +3996,7 @@ documented in additional help files.
scalafmt..............................|ale-scala-scalafmt| scalafmt..............................|ale-scala-scalafmt|
scalastyle............................|ale-scala-scalastyle| scalastyle............................|ale-scala-scalastyle|
scss....................................|ale-scss-options| scss....................................|ale-scss-options|
dprint................................|ale-scss-dprint|
prettier..............................|ale-scss-prettier| prettier..............................|ale-scss-prettier|
sasslint..............................|ale-scss-sasslint| sasslint..............................|ale-scss-sasslint|
stylelint.............................|ale-scss-stylelint| stylelint.............................|ale-scss-stylelint|
@@ -4012,6 +4027,7 @@ documented in additional help files.
sugarss.................................|ale-sugarss-options| sugarss.................................|ale-sugarss-options|
stylelint.............................|ale-sugarss-stylelint| stylelint.............................|ale-sugarss-stylelint|
svelte..................................|ale-svelte-options| svelte..................................|ale-svelte-options|
dprint................................|ale-svelte-dprint|
prettier..............................|ale-svelte-prettier| prettier..............................|ale-svelte-prettier|
svelteserver..........................|ale-svelte-svelteserver| svelteserver..........................|ale-svelte-svelteserver|
swift...................................|ale-swift-options| swift...................................|ale-swift-options|
@@ -4052,6 +4068,8 @@ documented in additional help files.
toml....................................|ale-toml-options| toml....................................|ale-toml-options|
dprint................................|ale-toml-dprint| dprint................................|ale-toml-dprint|
tombi.................................|ale-toml-tombi| tombi.................................|ale-toml-tombi|
twig....................................|ale-twig-options|
dprint................................|ale-twig-dprint|
typescript..............................|ale-typescript-options| typescript..............................|ale-typescript-options|
biome.................................|ale-typescript-biome| biome.................................|ale-typescript-biome|
cspell................................|ale-typescript-cspell| cspell................................|ale-typescript-cspell|
@@ -4070,6 +4088,8 @@ documented in additional help files.
vfmt..................................|ale-v-vfmt| vfmt..................................|ale-v-vfmt|
vala....................................|ale-vala-options| vala....................................|ale-vala-options|
uncrustify............................|ale-vala-uncrustify| uncrustify............................|ale-vala-uncrustify|
vento...................................|ale-vento-options|
dprint................................|ale-vento-dprint|
verilog/systemverilog...................|ale-verilog-options| verilog/systemverilog...................|ale-verilog-options|
hdl-checker...........................|ale-verilog-hdl-checker| hdl-checker...........................|ale-verilog-hdl-checker|
iverilog..............................|ale-verilog-iverilog| iverilog..............................|ale-verilog-iverilog|
@@ -4092,6 +4112,7 @@ documented in additional help files.
write-good............................|ale-vim-help-write-good| write-good............................|ale-vim-help-write-good|
vue.....................................|ale-vue-options| vue.....................................|ale-vue-options|
cspell................................|ale-vue-cspell| cspell................................|ale-vue-cspell|
dprint................................|ale-vue-dprint|
prettier..............................|ale-vue-prettier| prettier..............................|ale-vue-prettier|
vls...................................|ale-vue-vls| vls...................................|ale-vue-vls|
volar.................................|ale-vue-volar| volar.................................|ale-vue-volar|
@@ -4101,10 +4122,12 @@ documented in additional help files.
cspell................................|ale-xhtml-cspell| cspell................................|ale-xhtml-cspell|
write-good............................|ale-xhtml-write-good| write-good............................|ale-xhtml-write-good|
xml.....................................|ale-xml-options| xml.....................................|ale-xml-options|
dprint................................|ale-xml-dprint|
xmllint...............................|ale-xml-xmllint| xmllint...............................|ale-xml-xmllint|
yaml....................................|ale-yaml-options| yaml....................................|ale-yaml-options|
actionlint............................|ale-yaml-actionlint| actionlint............................|ale-yaml-actionlint|
circleci..............................|ale-yaml-circleci| circleci..............................|ale-yaml-circleci|
dprint................................|ale-yaml-dprint|
prettier..............................|ale-yaml-prettier| prettier..............................|ale-yaml-prettier|
spectral..............................|ale-yaml-spectral| spectral..............................|ale-yaml-spectral|
swaglint..............................|ale-yaml-swaglint| swaglint..............................|ale-yaml-swaglint|
+24
View File
@@ -49,6 +49,7 @@ formatting.
* [gcc](https://gcc.gnu.org) * [gcc](https://gcc.gnu.org)
* [llvm-mc](https://llvm.org) * [llvm-mc](https://llvm.org)
* Astro * Astro
* [dprint](https://dprint.dev)
* [eslint](http://eslint.org/) * [eslint](http://eslint.org/)
* [prettier](https://github.com/prettier/prettier) * [prettier](https://github.com/prettier/prettier)
* Autopkgtest (filetype autopkgtest) * Autopkgtest (filetype autopkgtest)
@@ -100,6 +101,7 @@ formatting.
* [csc](http://www.mono-project.com/docs/about-mono/languages/csharp/) :floppy_disk: see:`help ale-cs-csc` for details and configuration * [csc](http://www.mono-project.com/docs/about-mono/languages/csharp/) :floppy_disk: see:`help ale-cs-csc` for details and configuration
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
* [dotnet-format](https://github.com/dotnet/format) * [dotnet-format](https://github.com/dotnet/format)
* [dprint](https://dprint.dev)
* [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) see:`help ale-cs-mcs` for details * [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) see:`help ale-cs-mcs` for details
* [mcsc](http://www.mono-project.com/docs/about-mono/languages/csharp/) :floppy_disk: see:`help ale-cs-mcsc` for details and configuration * [mcsc](http://www.mono-project.com/docs/about-mono/languages/csharp/) :floppy_disk: see:`help ale-cs-mcsc` for details and configuration
* [uncrustify](https://github.com/uncrustify/uncrustify) * [uncrustify](https://github.com/uncrustify/uncrustify)
@@ -149,6 +151,7 @@ formatting.
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
* [css-beautify](https://github.com/beautify-web/js-beautify) * [css-beautify](https://github.com/beautify-web/js-beautify)
* [csslint](http://csslint.net/) * [csslint](http://csslint.net/)
* [dprint](https://dprint.dev)
* [fecs](http://fecs.baidu.com/) * [fecs](http://fecs.baidu.com/)
* [prettier](https://github.com/prettier/prettier) * [prettier](https://github.com/prettier/prettier)
* [stylelint](https://github.com/stylelint/stylelint) * [stylelint](https://github.com/stylelint/stylelint)
@@ -249,6 +252,7 @@ formatting.
* Go * Go
* [bingo](https://github.com/saibing/bingo) :warning: * [bingo](https://github.com/saibing/bingo) :warning:
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) :warning: * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) :warning:
* [dprint](https://dprint.dev)
* [go build](https://golang.org/cmd/go/) :warning: :floppy_disk: * [go build](https://golang.org/cmd/go/) :warning: :floppy_disk:
* [go mod](https://golang.org/cmd/go/) :warning: :floppy_disk: * [go mod](https://golang.org/cmd/go/) :warning: :floppy_disk:
* [go vet](https://golang.org/cmd/vet/) :floppy_disk: * [go vet](https://golang.org/cmd/vet/) :floppy_disk:
@@ -266,6 +270,7 @@ formatting.
* Go HTML Templates * Go HTML Templates
* [djlint](https://djlint.com/) * [djlint](https://djlint.com/)
* GraphQL * GraphQL
* [dprint](https://dprint.dev)
* [eslint](http://eslint.org/) * [eslint](http://eslint.org/)
* [gqlint](https://github.com/happylinks/gqlint) * [gqlint](https://github.com/happylinks/gqlint)
* [prettier](https://github.com/prettier/prettier) * [prettier](https://github.com/prettier/prettier)
@@ -307,6 +312,7 @@ formatting.
* [angular](https://www.npmjs.com/package/@angular/language-server) * [angular](https://www.npmjs.com/package/@angular/language-server)
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
* [djlint](https://www.djlint.com/) * [djlint](https://www.djlint.com/)
* [dprint](https://dprint.dev)
* [eslint](https://github.com/BenoitZugmeyer/eslint-plugin-html) * [eslint](https://github.com/BenoitZugmeyer/eslint-plugin-html)
* [fecs](http://fecs.baidu.com/) * [fecs](http://fecs.baidu.com/)
* [html-beautify](https://beautifier.io/) * [html-beautify](https://beautifier.io/)
@@ -362,6 +368,7 @@ formatting.
* [xo](https://github.com/sindresorhus/xo) * [xo](https://github.com/sindresorhus/xo)
* Jinja * Jinja
* [djlint](https://djlint.com/) * [djlint](https://djlint.com/)
* [dprint](https://dprint.dev)
* [j2lint](https://github.com/aristanetworks/j2lint/) * [j2lint](https://github.com/aristanetworks/j2lint/)
* JSON * JSON
* [VSCode JSON language server](https://github.com/hrsh7th/vscode-langservers-extracted) * [VSCode JSON language server](https://github.com/hrsh7th/vscode-langservers-extracted)
@@ -405,6 +412,7 @@ formatting.
* Lean 4 * Lean 4
* [lake](https://github.com/leanprover/lean4) * [lake](https://github.com/leanprover/lean4)
* Less * Less
* [dprint](https://dprint.dev)
* [lessc](https://www.npmjs.com/package/less) * [lessc](https://www.npmjs.com/package/less)
* [prettier](https://github.com/prettier/prettier) * [prettier](https://github.com/prettier/prettier)
* [stylelint](https://github.com/stylelint/stylelint) * [stylelint](https://github.com/stylelint/stylelint)
@@ -431,6 +439,7 @@ formatting.
* Markdown * Markdown
* [alex](https://github.com/get-alex/alex) * [alex](https://github.com/get-alex/alex)
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
* [dprint](https://dprint.dev)
* [harper](https://github.com/elijah-potter/harper) :speech_balloon: * [harper](https://github.com/elijah-potter/harper) :speech_balloon:
* [languagetool](https://languagetool.org/) :floppy_disk: :speech_balloon: * [languagetool](https://languagetool.org/) :floppy_disk: :speech_balloon:
* [markdownlint](https://github.com/DavidAnson/markdownlint) :floppy_disk: * [markdownlint](https://github.com/DavidAnson/markdownlint) :floppy_disk:
@@ -450,6 +459,8 @@ formatting.
* [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) :speech_balloon: * [mlint](https://www.mathworks.com/help/matlab/ref/mlint.html) :speech_balloon:
* Mercury * Mercury
* [mmc](http://mercurylang.org) :floppy_disk: * [mmc](http://mercurylang.org) :floppy_disk:
* Mustache
* [dprint](https://dprint.dev)
* NASM * NASM
* [nasm](https://www.nasm.us/) :floppy_disk: * [nasm](https://www.nasm.us/) :floppy_disk:
* Nickel * Nickel
@@ -472,6 +483,7 @@ formatting.
* [write-good](https://github.com/btford/write-good) * [write-good](https://github.com/btford/write-good)
* Nunjucks * Nunjucks
* [djlint](https://djlint.com/) * [djlint](https://djlint.com/)
* [dprint](https://dprint.dev)
* Objective-C * Objective-C
* [ccls](https://github.com/MaskRay/ccls) :speech_balloon: * [ccls](https://github.com/MaskRay/ccls) :speech_balloon:
* [clang](http://clang.llvm.org/) * [clang](http://clang.llvm.org/)
@@ -514,6 +526,7 @@ formatting.
* [perl6 -c](https://perl6.org) :warning: * [perl6 -c](https://perl6.org) :warning:
* PHP * PHP
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
* [dprint](https://dprint.dev)
* [intelephense](https://github.com/bmewburn/intelephense-docs) :speech_balloon: * [intelephense](https://github.com/bmewburn/intelephense-docs) :speech_balloon:
* [langserver](https://github.com/felixfbecker/php-language-server) :speech_balloon: * [langserver](https://github.com/felixfbecker/php-language-server) :speech_balloon:
* [phan](https://github.com/phan/phan) see `:help ale-php-phan` to instructions :speech_balloon: * [phan](https://github.com/phan/phan) see `:help ale-php-phan` to instructions :speech_balloon:
@@ -567,6 +580,7 @@ formatting.
* [bandit](https://github.com/PyCQA/bandit) :warning: * [bandit](https://github.com/PyCQA/bandit) :warning:
* [black](https://github.com/psf/black) * [black](https://github.com/psf/black)
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
* [dprint](https://dprint.dev)
* [flake8](http://flake8.pycqa.org/en/latest/) * [flake8](http://flake8.pycqa.org/en/latest/)
* [flakehell](https://github.com/flakehell/flakehell) * [flakehell](https://github.com/flakehell/flakehell)
* [isort](https://github.com/timothycrosley/isort) * [isort](https://github.com/timothycrosley/isort)
@@ -662,6 +676,7 @@ formatting.
* Salt * Salt
* [salt-lint](https://github.com/warpnet/salt-lint) * [salt-lint](https://github.com/warpnet/salt-lint)
* Sass * Sass
* [dprint](https://dprint.dev)
* [sass-lint](https://www.npmjs.com/package/sass-lint) * [sass-lint](https://www.npmjs.com/package/sass-lint)
* [stylelint](https://github.com/stylelint/stylelint) * [stylelint](https://github.com/stylelint/stylelint)
* Scala * Scala
@@ -673,6 +688,7 @@ formatting.
* [scalafmt](https://scalameta.org/scalafmt/) * [scalafmt](https://scalameta.org/scalafmt/)
* [scalastyle](http://www.scalastyle.org) * [scalastyle](http://www.scalastyle.org)
* SCSS * SCSS
* [dprint](https://dprint.dev)
* [prettier](https://github.com/prettier/prettier) * [prettier](https://github.com/prettier/prettier)
* [sass-lint](https://www.npmjs.com/package/sass-lint) * [sass-lint](https://www.npmjs.com/package/sass-lint)
* [scss-lint](https://github.com/brigade/scss-lint) * [scss-lint](https://github.com/brigade/scss-lint)
@@ -699,6 +715,7 @@ formatting.
* SugarSS * SugarSS
* [stylelint](https://github.com/stylelint/stylelint) * [stylelint](https://github.com/stylelint/stylelint)
* Svelte * Svelte
* [dprint](https://dprint.dev)
* [prettier](https://github.com/prettier/prettier) * [prettier](https://github.com/prettier/prettier)
* [svelteserver](https://github.com/sveltejs/language-tools/tree/master/packages/language-server) :speech_balloon: * [svelteserver](https://github.com/sveltejs/language-tools/tree/master/packages/language-server) :speech_balloon:
* Swift * Swift
@@ -739,6 +756,8 @@ formatting.
* TOML * TOML
* [dprint](https://dprint.dev) * [dprint](https://dprint.dev)
* [tombi](https://tombi-toml.github.io/tombi/) * [tombi](https://tombi-toml.github.io/tombi/)
* Twig
* [dprint](https://dprint.dev)
* TypeScript * TypeScript
* [biome](https://biomejs.dev/) * [biome](https://biomejs.dev/)
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
@@ -759,6 +778,8 @@ formatting.
* VALA * VALA
* [uncrustify](https://github.com/uncrustify/uncrustify) * [uncrustify](https://github.com/uncrustify/uncrustify)
* [vala_lint](https://github.com/vala-lang/vala-lint) :floppy_disk: * [vala_lint](https://github.com/vala-lang/vala-lint) :floppy_disk:
* Vento
* [dprint](https://dprint.dev)
* Verilog * Verilog
* [hdl-checker](https://pypi.org/project/hdl-checker) * [hdl-checker](https://pypi.org/project/hdl-checker)
* [iverilog](https://github.com/steveicarus/iverilog) * [iverilog](https://github.com/steveicarus/iverilog)
@@ -781,6 +802,7 @@ formatting.
* [write-good](https://github.com/btford/write-good) :warning: * [write-good](https://github.com/btford/write-good) :warning:
* Vue * Vue
* [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
* [dprint](https://dprint.dev)
* [prettier](https://github.com/prettier/prettier) * [prettier](https://github.com/prettier/prettier)
* [vls](https://github.com/vuejs/vetur/tree/master/server) :speech_balloon: * [vls](https://github.com/vuejs/vetur/tree/master/server) :speech_balloon:
* [volar](https://github.com/johnsoncodehk/volar) * [volar](https://github.com/johnsoncodehk/volar)
@@ -792,10 +814,12 @@ formatting.
* [proselint](http://proselint.com/) * [proselint](http://proselint.com/)
* [write-good](https://github.com/btford/write-good) * [write-good](https://github.com/btford/write-good)
* XML * XML
* [dprint](https://dprint.dev)
* [xmllint](http://xmlsoft.org/xmllint.html) * [xmllint](http://xmlsoft.org/xmllint.html)
* YAML * YAML
* [actionlint](https://github.com/rhysd/actionlint) * [actionlint](https://github.com/rhysd/actionlint)
* [circleci](https://circleci.com/docs/2.0/local-cli) :floppy_disk: :warning: * [circleci](https://circleci.com/docs/2.0/local-cli) :floppy_disk: :warning:
* [dprint](https://dprint.dev)
* [gitlablint](https://github.com/elijah-roberts/gitlab-lint) * [gitlablint](https://github.com/elijah-roberts/gitlab-lint)
* [prettier](https://github.com/prettier/prettier) * [prettier](https://github.com/prettier/prettier)
* [spectral](https://github.com/stoplightio/spectral) * [spectral](https://github.com/stoplightio/spectral)