diff options
author | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2015-07-12 20:22:19 +0300 |
---|---|---|
committer | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2015-07-23 14:39:24 +0300 |
commit | d81526a7c4f644e6debb61e46fce292734e0b495 (patch) | |
tree | 9fdf60355829c30208d0353e7b59d505692d377a /data | |
parent | 2aaca1561be76c10b38ca545eae2fa01af7bc421 (diff) | |
download | meson-d81526a7c4f644e6debb61e46fce292734e0b495.zip meson-d81526a7c4f644e6debb61e46fce292734e0b495.tar.gz meson-d81526a7c4f644e6debb61e46fce292734e0b495.tar.bz2 |
drop meson.lang for GtkSourceView
We want to drop this in favour to https://bugzilla.gnome.org/show_bug.cgi?id=752292
Diffstat (limited to 'data')
-rw-r--r-- | data/meson.lang | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/data/meson.lang b/data/meson.lang deleted file mode 100644 index 2b15635..0000000 --- a/data/meson.lang +++ /dev/null @@ -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> |