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
+23
View File
@@ -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|