92 lines
3.7 KiB
XML
92 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
|
|
This file is part of GtkSourceView
|
|
|
|
Author: Yevgen Muntyan <muntyan@tamu.edu>
|
|
Copyright (C) 2006-2007 Yevgen Muntyan <muntyan@tamu.edu>
|
|
|
|
GtkSourceView is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Lesser General Public
|
|
License as published by the Free Software Foundation; either
|
|
version 2.1 of the License, or (at your option) any later version.
|
|
|
|
GtkSourceView 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
|
|
Lesser General Public License for more details.
|
|
|
|
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
|
|
|
|
-->
|
|
<!-- Copyright (C) 2006-2007 - Yevgen Muntyan <muntyan@tamu.edu> -->
|
|
<language id="gtk-doc" _name="gtk-doc" version="2.0" _section="Markup" hidden="true">
|
|
<styles>
|
|
<style id="inline-docs-section" _name="Inline Documentation Section" map-to="def:doc-comment"/>
|
|
<style id="function-name" _name="Function Name" map-to="def:doc-comment-element"/>
|
|
<style id="signal-name" _name="Signal Name" map-to="def:doc-comment-element"/>
|
|
<style id="property-name" _name="Property Name" map-to="def:doc-comment-element"/>
|
|
<style id="parameter" _name="Parameter" map-to="def:doc-comment-element"/>
|
|
<style id="constant" _name="Constant" map-to="def:doc-comment-element"/>
|
|
<style id="type" _name="Type" map-to="def:doc-comment-element"/>
|
|
<style id="function" _name="Function" map-to="def:doc-comment-element"/>
|
|
<style id="return" _name="Return" map-to="def:doc-comment-element"/>
|
|
<style id="since" _name="Since" map-to="def:doc-comment-element"/>
|
|
<style id="deprecated" _name="Deprecated" map-to="def:doc-comment-element"/>
|
|
</styles>
|
|
|
|
<definitions>
|
|
<context id="skip-asterisk">
|
|
<match>^\s*\*(?!/)\s*</match>
|
|
</context>
|
|
|
|
<context id="inline-docs-body">
|
|
<include>
|
|
<context ref="skip-asterisk"/>
|
|
<context ref="def:in-comment"/>
|
|
<context style-ref="parameter">
|
|
<match>\@[\w_]+</match>
|
|
</context>
|
|
<context style-ref="constant">
|
|
<match>%[\w_]+</match>
|
|
</context>
|
|
<context style-ref="type">
|
|
<match>\#[\w_]+</match>
|
|
</context>
|
|
<context style-ref="function">
|
|
<match>[\w_]+\(\s*\)</match>
|
|
</context>
|
|
<context style-ref="return">
|
|
<match>(Returns|Return value)\:</match>
|
|
</context>
|
|
<context style-ref="since">
|
|
<match>Since\:</match>
|
|
</context>
|
|
<context style-ref="deprecated">
|
|
<match>Deprecated\:</match>
|
|
</context>
|
|
</include>
|
|
</context>
|
|
|
|
<context id="inline-docs-section" style-ref="inline-docs-section" class="comment" class-disabled="no-spell-check">
|
|
<start>/\*\*(?!\S)</start>
|
|
<end>\*/</end>
|
|
<include>
|
|
<context ref="skip-asterisk"/>
|
|
<context extend-parent="false">
|
|
<start>(([\w_]+\:\:[\w_-]+)|([\w_]+\:[\w_-]+)|([\w_]+))\:\s*$</start>
|
|
<include>
|
|
<context sub-pattern="2" where="start" style-ref="function-name"/>
|
|
<context sub-pattern="3" where="start" style-ref="signal-name"/>
|
|
<context sub-pattern="4" where="start" style-ref="property-name"/>
|
|
<context ref="inline-docs-body"/>
|
|
</include>
|
|
</context>
|
|
<context ref="inline-docs-body"/>
|
|
</include>
|
|
</context>
|
|
</definitions>
|
|
</language>
|