mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Remove @ directives
I liked how they made keywords stand out, but they're kinda ugly and I think syntax highlighting will do a better job anyway.
This commit is contained in:
parent
b553fc357c
commit
572db893d9
3 changed files with 8 additions and 17 deletions
|
@ -21,12 +21,12 @@ Here is what [the libshumate demo's UI definition](https://gitlab.gnome.org/GNOM
|
|||
looks like ported to this new format:
|
||||
|
||||
```
|
||||
@gtk 4.0;
|
||||
gtk 4.0;
|
||||
|
||||
@import Adw 1.0;
|
||||
@import Shumate 1.0;
|
||||
import Adw 1.0;
|
||||
import Shumate 1.0;
|
||||
|
||||
@template ShumateDemoWindow : Gtk.ApplicationWindow {
|
||||
template ShumateDemoWindow : Gtk.ApplicationWindow {
|
||||
can-focus: yes;
|
||||
title: _("Shumate Demo");
|
||||
default-width: 800;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue