Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autoload/ale/fix/registry.vim
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ let s:default_registry = {
\ },
\ 'dprint': {
\ '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',
\ },
\ 'stylua': {
Expand Down
6 changes: 6 additions & 0 deletions doc/ale-astro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
6 changes: 6 additions & 0 deletions doc/ale-cs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
6 changes: 6 additions & 0 deletions doc/ale-css.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
2 changes: 1 addition & 1 deletion doc/ale-dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/.


===============================================================================
Expand Down
6 changes: 6 additions & 0 deletions doc/ale-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
6 changes: 6 additions & 0 deletions doc/ale-graphql.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
6 changes: 6 additions & 0 deletions doc/ale-html.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
2 changes: 1 addition & 1 deletion doc/ale-javascript.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/.


===============================================================================
Expand Down
7 changes: 7 additions & 0 deletions doc/ale-jinja.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
2 changes: 1 addition & 1 deletion doc/ale-json.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/.


===============================================================================
Expand Down
6 changes: 6 additions & 0 deletions doc/ale-less.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
2 changes: 1 addition & 1 deletion doc/ale-markdown.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/.


===============================================================================
Expand Down
12 changes: 12 additions & 0 deletions doc/ale-mustache.txt
Original file line number Diff line number Diff line change
@@ -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:
8 changes: 7 additions & 1 deletion doc/ale-nunjucks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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:
6 changes: 6 additions & 0 deletions doc/ale-php.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
6 changes: 6 additions & 0 deletions doc/ale-python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,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*

Expand Down
6 changes: 6 additions & 0 deletions doc/ale-sass.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
6 changes: 6 additions & 0 deletions doc/ale-scss.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
3 changes: 1 addition & 2 deletions doc/ale-sql.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.


===============================================================================
Expand Down
Loading
Loading