languages/qml: init

Create the qml language module with treesitting, lsp, and formatting
This commit is contained in:
Poseidon 2025-08-18 14:38:14 -05:00
commit 7866caa6db
No known key found for this signature in database
4 changed files with 103 additions and 0 deletions

View file

@ -89,6 +89,7 @@ isMaximal: {
ruby.enable = false;
fsharp.enable = false;
just.enable = false;
qml.enable = false;
tailwind.enable = false;
svelte.enable = false;