tokenizer: Fix multiline comment regex

This commit is contained in:
James Westman 2021-11-24 19:12:59 -06:00
parent 7cab7da4bb
commit 3804d91118
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
4 changed files with 26 additions and 1 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"/>
<object class="GObject"></object>
<object class="GtkLabel">
<property name="label" translatable="true">Test</property>
<property name="visible">false</property>
</object>
</interface>