95 lines
3.4 KiB
Plaintext
Raw Normal View History

2006-08-26 04:46:29 -05:00
<?xml version="1.0" encoding="UTF-8"?>
2007-06-18 00:03:03 -05:00
<!--
2011-01-05 22:45:36 -08:00
This file is part of GtkSourceView
2007-06-18 00:03:03 -05:00
Author: Paolo Maggi
Copyright (C) 2003 Paolo Maggi
2011-01-05 22:45:36 -08:00
GtkSourceView is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
2007-06-18 00:03:03 -05:00
License as published by the Free Software Foundation; either
2011-01-05 22:45:36 -08:00
version 2.1 of the License, or (at your option) any later version.
2007-06-18 00:03:03 -05:00
2011-01-05 22:45:36 -08:00
GtkSourceView is distributed in the hope that it will be useful,
2007-06-18 00:03:03 -05:00
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2011-01-05 22:45:36 -08:00
Lesser General Public License for more details.
2007-06-18 00:03:03 -05:00
2011-01-05 22:45:36 -08:00
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2007-06-18 00:03:03 -05:00
-->
<language id="gettext-translation" _name="gettext translation" version="2.0" _section="Others">
<metadata>
2009-04-19 03:00:38 -07:00
<property name="mimetypes">text/x-po;text/x-pot;text/x-pox;text/x-gettext-translation;text/x-gettext-translation-template</property>
<property name="globs">*.po;*.pot</property>
<property name="line-comment-start">#</property>
</metadata>
<styles>
2013-12-06 17:03:17 -08:00
<style id="comment" _name="Comment" map-to="def:comment"/>
<style id="location" _name="Location" map-to="def:comment"/>
<style id="string" _name="String" map-to="def:string"/>
<style id="fuzzy" _name="Fuzzy" map-to="def:note"/>
<style id="keyword" _name="Keyword" map-to="def:keyword"/>
<style id="format" _name="String Format" map-to="def:special-char"/>
</styles>
<definitions>
2011-01-05 22:45:36 -08:00
<context id="string" style-ref="string" class="string" class-disabled="no-spell-check">
<start>"</start>
<end>"</end>
<include>
<context ref="def:escape"/>
<context ref="def:line-continue"/>
2007-11-03 12:49:50 -05:00
<context ref="def:email-address"/>
<context ref="def:net-address"/>
2013-12-06 17:03:17 -08:00
<context id="mnemonic" style-ref="format">
<match>[&amp;_][\p{L}\p{Nd}]</match>
2007-10-26 04:48:07 -05:00
</context>
2013-12-06 17:03:17 -08:00
<context id="tag" style-ref="format">
<match>&lt;[a-zA-Z\=\"\/ ]+&gt;</match>
</context>
<context ref="python:format" style-ref="format"/>
<context ref="c:printf" style-ref="format"/>
</include>
</context>
<context id="format" style-ref="comment" end-at-line-end="true">
<start>^#,</start>
<include>
<context ref="def:escape"/>
<context ref="def:line-continue"/>
2008-09-09 22:17:24 -05:00
<context id="fuzzy" style-ref="fuzzy">
<match>\bfuzzy\b</match>
</context>
</include>
</context>
2007-02-27 22:15:16 -06:00
<context id="location" style-ref="location" end-at-line-end="true">
<start>^#:</start>
<include>
<context ref="def:escape"/>
<context ref="def:line-continue"/>
</include>
</context>
<context id="keyword" style-ref="keyword">
<prefix>^</prefix>
<keyword>domain</keyword>
<keyword>msgid</keyword>
<keyword>msgid_plural</keyword>
<keyword>msgstr</keyword>
2008-09-09 22:17:24 -05:00
<keyword>msgctxt</keyword>
</context>
2011-01-05 22:45:36 -08:00
<context id="gettext-translation" class="no-spell-check">
<include>
<context ref="string"/>
<context ref="format"/>
<context ref="location"/>
2013-12-06 17:03:17 -08:00
<context ref="def:shell-like-comment"/>
<context ref="keyword"/>
</include>
</context>
</definitions>
2006-08-26 04:46:29 -05:00
</language>