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:
James Westman 2021-10-22 21:57:37 -05:00
parent b553fc357c
commit 572db893d9
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
3 changed files with 8 additions and 17 deletions

View file

@ -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;