Add support for fatou (#5159)

Add a linter that runs the fatou language server (`fatou lsp`) for Julia
diagnostics, and a fixer that formats Julia with `fatou format`.
This commit is contained in:
Johan Larsson
2026-08-19 10:46:57 +09:00
committed by GitHub
parent 5c8ca023e6
commit 42d1062011
11 changed files with 117 additions and 0 deletions
+1
View File
@@ -396,6 +396,7 @@ formatting.
* [jsonnet-lint](https://jsonnet.org/learning/tools.html) :speech_balloon:
* [jsonnetfmt](https://jsonnet.org/learning/tools.html) :speech_balloon:
* Julia
* [fatou](https://github.com/jolars/fatou) :speech_balloon:
* [languageserver](https://github.com/JuliaEditorSupport/LanguageServer.jl)
* Kotlin
* [kotlinc](https://kotlinlang.org) :floppy_disk: