language/make: add treesitter, formatter and diagnostics support (#1380)

This commit is contained in:
Snoweuph 2026-02-03 12:08:50 +01:00 committed by GitHub
commit 7db4da419e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 97 additions and 0 deletions

View file

@ -92,6 +92,7 @@ isMaximal: {
ruby.enable = false;
fsharp.enable = false;
just.enable = false;
make.enable = false;
qml.enable = false;
jinja.enable = false;
tailwind.enable = false;