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

@ -30,6 +30,7 @@ in {
./ocaml.nix
./php.nix
./python.nix
./qml.nix
./r.nix
./rust.nix
./scala.nix