mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Add a WIP linter
This commit is contained in:
parent
71a43a4a86
commit
07ca07e08d
3 changed files with 173 additions and 2 deletions
35
linter.blp
Normal file
35
linter.blp
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue