Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-29 | Merge pull request #2690 from iclanzan/purty | w0rp | |
Add purty fixer for PureScript | |||
2019-10-28 | Add support for html-beautify (#2788) | Hugo Osvaldo Barrera | |
* Add support for html-beautify * Add html-beautify to the list of supported tools * Update docs | |||
2019-10-17 | Add support for nimlsp (#2815) | Jerko Steiner | |
* Add support for nimlsp.vim * Add test and docs for nimlsp * Add nimlsp to supported-tools.md * Add nimlsp to doc/ale-supported-languages-and-tools.txt | |||
2019-10-14 | Merge pull request #2810 from jmreicha/patch-2 | w0rp | |
Fix Powershell emoji | |||
2019-10-07 | Merge pull request #2814 from ↵ | w0rp | |
andys8/improvement/elm-ls-name-fix-in-documentation elm-ls: Removed some leftovers of previous name | |||
2019-10-07 | Merge pull request #2735 from zoonfafer/scala-metals | w0rp | |
Add linter for Scala Metals | |||
2019-10-07 | Merge pull request #2676 from davidtwco/nixfmt-fixer | w0rp | |
Add nixpkgs-fmt fixer. | |||
2019-10-07 | Merge pull request #2694 from elebow/add-ruby-debride | w0rp | |
Add ruby debride (closes #2471) | |||
2019-10-06 | elm-ls: Removed some leftovers of previous name | andys8 | |
Plugin name is `elm-ls` Project page: <https://github.com/elm-tooling/elm-language-server> | |||
2019-10-04 | Fix Powershell emoji | Josh Reichardt | |
2019-09-22 | Merge pull request #2683 from ahayworth/ahayworth-add-ink-lsp | w0rp | |
Add support for ink-language-server | |||
2019-09-22 | Merge pull request #2719 from kevinywlui/patch-1 | w0rp | |
Remove texlab rust rewrite link | |||
2019-09-19 | Document and test solc | w0rp | |
2019-09-12 | Merge pull request #2738 from Joshuao95/patch-1 | w0rp | |
Update irrelevant JSCS site link | |||
2019-09-12 | feat: support sqlformat. (#2702) | Cluas | |
* feat: support sqlformat. | |||
2019-09-10 | dfmt support (#2662) | theoremoon | |
* Add support for `dfmt` | |||
2019-08-31 | Add linter for Scala Metals | Jeffrey Lau | |
https://scalameta.org/metals/ | |||
2019-08-29 | Update irrelevant JSCS site link | Joshuao95 | |
jscs.info appears to have nothing to do with the linter, and just contains a blogpost about student debt. This appears to be the closest to canonical site for the project (although it's now merged with ESLint I suppose some still use it?) | |||
2019-08-26 | Add nixpkgs-fmt fixer. | David Wood | |
This commit adds a fixer for the Nix language, nixpkgs-fmt (https://github.com/nix-community/nixpkgs-fmt). | |||
2019-08-19 | Remove texlab rust rewrite link | Kevin Lui | |
It seems like the texlab rust rewrite has completed so the link is now broken and not necessary. | |||
2019-08-18 | Merge remote-tracking branch 'AlexeiDrake/master' into ↵ | w0rp | |
bugfix/c-lsp-build-dir-settings | |||
2019-08-18 | Merge pull request #2701 from elebow/doc-elixir-linters-floppy_disk | w0rp | |
Add :floppy_disk: to dialyxir and dogma | |||
2019-08-18 | Merge pull request #2631 from timlag1305/feat/ada-gnatpp | w0rp | |
Add gnatpp fixer for Ada | |||
2019-08-15 | Add :floppy_disk: to dialyxir and dogma | Eddie Lebow | |
2019-08-13 | debride: Add debride linter (closes #2471) | Eddie Lebow | |
2019-08-12 | Add purty fixer. | Sorin Iclanzan | |
2019-08-07 | Add support for ink-language-server | Andrew Hayworth | |
This commit add support for ink-language-server, which it does by largely copying and pasting from the pure-language-server PR that was merged recently. The most interesting things to note are: - ink-language-server is distributed upstream via npm, which is why we search through node_modules - With some coaxing, it can be installed globally - which is why we search for a global binary. - Ink is a funky language, and users will likely need to add initialization options. - I am not incredibly familiar with vimscript; and I may not have done some of the buffer searching correctly. | |||
2019-07-13 | Add Sorbet ruby linter and fixer (#2614) | Matthew Lanigan | |
2019-07-02 | Support csc, update mcsc (#2586) | hernot | |
* Added a new csc linter for C# code. * More output is now handled for mcsc. | |||
2019-07-01 | Add gnatpp fixer for Ada | Tim Lagnese | |
2019-06-17 | Add support for purescript language server (#2572) | Drew Olson | |
* Add support for purescript language server * Update naming * Add purescript language server tests | |||
2019-06-11 | Elm: Update link to compiler repository | Andy | |
2019-06-10 | Merge pull request #2567 from theevocater/add_reorder_python_imports | w0rp | |
Add support for reorder-python-imports fixer | |||
2019-06-08 | Add support for reorder-python-imports fixer | Jake Kaufman | |
isort is great, but I've come to prefer reorder-python-imports. The tool has a focus on smaller diffs than isort. reorder-python-imports is also a little smarter than isort which is nice. | |||
2019-06-09 | Document and test reason-language-server | w0rp | |
2019-05-27 | add pgformatter | Sajjad Hashemian | |
2019-05-13 | [linter] Add LSP support for LaTeX via texlab | rliang | |
2019-05-07 | Add fixer for OCaml ocp-indent (#2436) | Kanenobu Mitsuru | |
2019-05-01 | Merge pull request #2437 from robertjlooby/add-floskell | w0rp | |
Add floskell for Haskell formatting | |||
2019-04-23 | Add a fixer for r based on the styler package (#2401) | Thibault Vatter | |
* Add styler as a new fixer for R files * Add to the list of supported tools * Add documentation | |||
2019-04-14 | Add floskell for Haskell formatting | Rob Looby | |
2019-04-13 | Merge pull request #2121 from hsanson/1996-add-support-for-eclipse-jdt-ls | w0rp | |
WIP Fix 1996 - Add eclipse LSP support. | |||
2019-04-13 | Merge pull request #2394 from harttle/master | w0rp | |
feat: fecs support for js/html/css lint and format | |||
2019-04-13 | Linter for powershell syntax errors (#2413) | Jesse Harris | |
* Linter for powershell syntax errors | |||
2019-04-11 | feat: fecs support for js/html/css lint and format | harttle | |
`fecs` is a lint tool for HTML/CSS/JavaScript, see http://fecs.baidu.com for more options. | |||
2019-04-11 | Fix 1996 - Add eclipse LSP support. | Horacio Sanson | |
2019-04-10 | Add a linter for clojure using clj-kondo (#2377) | Masashi Iizuka | |
2019-04-10 | Close #2179 - Add support for gopls | w0rp | |
2019-04-10 | Adding new linter "cookstyle" for chef recipes (Issue #1187) (#2362) | Raphael Hoegger | |
2019-04-08 | [doc] Add swift support documentation (#2426) | Dan Loman | |
* [doc] Add swift support documentation * [doc] Add swift bullets in main help file * [doc] Add to supported languages and tools txt file as well * Ensure same name styling for help/readme files |