Add a WIP linter

This commit is contained in:
Sonny Piers 2024-01-23 01:00:22 +01:00
parent 71a43a4a86
commit 07ca07e08d
3 changed files with 173 additions and 2 deletions

35
linter.blp Normal file
View file

@ -0,0 +1,35 @@
using Gtk 4.0;
using Adw 1;
Label {
Box {}
}
Adw.StatusPage {
Box {}
Box {}
}
Gtk.Box {
Label {}
}
Label {
label: "foo";
}
Switch {
state: false;
}
Button {
tooltip-text: "foo";
}
Window {
title: "foobar";
}
Box {
visible: true;
}