83 lines
2.8 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
<!--
Author: Paolo Maggi
Copyright (C) 2003 Paolo Maggi
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
-->
<language id="gettext-translation" _name="gettext translation" version="2.0" _section="Others">
<metadata>
<property name="mimetypes">text/x-po;text/x-pot;text/x-pox;text/x-gettext-translation</property>
<property name="globs">*.po;*.pot</property>
<property name="line-comment-start">#</property>
</metadata>
<styles>
<style id="comment" _name="Comment" map-to="def:comment"/>
2007-02-27 22:15:16 -06:00
<style id="location" _name="Location" 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="string" style-ref="string">
<start>"</start>
<end>"</end>
<include>
<context ref="def:escape"/>
<context ref="def:line-continue"/>
2007-10-26 04:48:07 -05:00
<context ref="c:printf"/>
<context ref="python:format"/>
<context id="mnemonic" style-ref="def:special-char">
<match>[&amp;_][a-zA-Z]</match>
</context>
</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"/>
</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>
</context>
<context id="gettext-translation">
<include>
<context ref="string"/>
<context ref="format"/>
<context ref="location"/>
2007-07-16 15:07:14 -05:00
<context ref="def:shell-like-comment" style-ref="comment"/>
<context ref="keyword"/>
</include>
</context>
</definitions>
2006-08-26 04:46:29 -05:00
</language>