Commit Graph
7 Commits
Author SHA1 Message Date
Matheus Gabriel WernyandGitHub db92671e57 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.
2026-06-21 11:12:19 +09:00
w0rp 400857d758 Implement Lua ALE setup & overhaul documentation
1. Add ale.setup and ale.setup.buffer for pure Lua configuration.
2. Update many global settings to use Booleans instead of numbers to
   make types easiert to work with in Lua.
3. Radically reformat documentation and fix errors to make
   documentation more usable for Neovim users.
2025-03-27 12:40:11 +00:00
Ben BoeckelandGitHub d02e58b404 Doc style fixes (#4344)
* ale.txt: fix indentation

* ale.txt: fix Type and Default markup

* ale.txt: use `not set` instead of `undefined`

This matches the way the variables are referenced in prose about
existence state.
2022-10-29 20:56:47 +09:00
Cyril Roelandt cc5ad6491f Add support for xmllint as a fixer. 2018-08-28 23:43:52 +02:00
w0rp fca77266bd Complain about badly aligned documentation on Travis CI, and fix some existing problems 2017-08-30 21:56:43 +01:00
w0rp fdc7166c3c Use equal signs for language documentation sections 2017-07-08 14:17:26 +01:00
q12321qandw0rp cdf0fb39e5 Add xmllint linter (#559)
* Add xmllint linter for xml
2017-05-18 09:31:12 +01:00