drop meson.lang for GtkSourceView

We want to drop this in favour to https://bugzilla.gnome.org/show_bug.cgi?id=752292
This commit is contained in:
Igor Gnatenko 2015-07-12 20:22:19 +03:00
parent 2aaca1561b
commit d81526a7c4
1 changed files with 0 additions and 42 deletions

View File

@ -1,42 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<language id="meson" _name="Meson" version="2.0" _section="Source">
<metadata>
<property name="globs">meson.build</property>
</metadata>
<styles>
<style id="comment" _name="Comment" map-to="def:comment" />
<style id="string" _name="String" map-to="def:string" />
<style id="keyword" _name="Keyword" map-to="def:keyword" />
</styles>
<definitions>
<context id="meson">
<include>
<context id="string-multiline" style-ref="def:string">
<start>'''</start>
<end>'''</end>
</context>
<context id="string" end-at-line-end="true" style-ref="def:string">
<start>'</start>
<end>'</end>
</context>
<context id="comment" style-ref="def:comment">
<start>#</start>
<end>$</end>
</context>
<context id="keywords" style-ref="keyword">
<keyword>if</keyword>
<keyword>endif</keyword>
<keyword>foreach</keyword>
<keyword>endforeach</keyword>
</context>
</include>
</context>
</definitions>
</language>