2008-11-17 10:42:19 -06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
|
|
|
2011-01-05 22:45:36 -08:00
|
|
|
This file is part of GtkSourceView
|
|
|
|
|
2008-11-17 10:42:19 -06:00
|
|
|
Author: Paolo Borelli <pborelli@gnome.org>
|
|
|
|
Copyright (C) 2008 Paolo Borelli
|
|
|
|
|
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
|
2008-11-17 10:42:19 -06: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.
|
2008-11-17 10:42:19 -06:00
|
|
|
|
2011-01-05 22:45:36 -08:00
|
|
|
GtkSourceView is distributed in the hope that it will be useful,
|
2008-11-17 10:42:19 -06: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.
|
2008-11-17 10:42:19 -06: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
|
2008-11-17 10:42:19 -06:00
|
|
|
|
|
|
|
-->
|
2009-01-04 13:45:36 -06:00
|
|
|
<language id="dot" _name="Graphviz Dot" version="2.0" _section="Others">
|
2008-11-17 10:42:19 -06:00
|
|
|
<metadata>
|
|
|
|
<property name="mimetypes">text/vnd.graphviz</property>
|
|
|
|
<property name="globs">*.dot;*.gv</property>
|
|
|
|
<property name="line-comment-start">//</property>
|
|
|
|
<property name="block-comment-start">/*</property>
|
|
|
|
<property name="block-comment-end">*/</property>
|
|
|
|
</metadata>
|
|
|
|
|
|
|
|
<styles>
|
|
|
|
<style id="comment" _name="Comment" map-to="def:comment"/>
|
|
|
|
<style id="error" _name="Error" map-to="def:error"/>
|
|
|
|
<style id="keyword" _name="Keyword" map-to="def:keyword"/>
|
|
|
|
<style id="attribute" _name="Attribute name" map-to="def:type"/>
|
|
|
|
</styles>
|
|
|
|
|
|
|
|
<definitions>
|
|
|
|
|
2011-01-05 22:45:36 -08:00
|
|
|
<context id="line-comment" style-ref="comment" end-at-line-end="true" class="comment" class-disabled="no-spell-check">
|
2008-11-17 10:42:19 -06:00
|
|
|
<start>//</start>
|
|
|
|
<include>
|
|
|
|
<context ref="def:in-line-comment"/>
|
|
|
|
</include>
|
|
|
|
</context>
|
|
|
|
|
2011-01-05 22:45:36 -08:00
|
|
|
<context id="block-comment" style-ref="comment" class="comment" class-disabled="no-spell-check">
|
2008-11-17 10:42:19 -06:00
|
|
|
<start>/\*</start>
|
|
|
|
<end>\*/</end>
|
|
|
|
<include>
|
|
|
|
<context ref="def:in-comment"/>
|
|
|
|
</include>
|
|
|
|
</context>
|
|
|
|
|
|
|
|
<context id="close-comment-outside-comment" style-ref="error">
|
|
|
|
<match>\*/(?!\*)</match>
|
|
|
|
</context>
|
|
|
|
|
|
|
|
<context id="keywords" style-ref="keyword">
|
|
|
|
<keyword>digraph</keyword>
|
|
|
|
<keyword>edge</keyword>
|
|
|
|
<keyword>node</keyword>
|
|
|
|
<keyword>subgraph</keyword>
|
|
|
|
</context>
|
|
|
|
|
|
|
|
<context id="attributes" style-ref="attribute">
|
|
|
|
<keyword>arrowhead</keyword>
|
|
|
|
<keyword>arrowsize</keyword>
|
|
|
|
<keyword>arrowtail</keyword>
|
|
|
|
<keyword>bgcolor</keyword>
|
|
|
|
<keyword>center</keyword>
|
|
|
|
<keyword>color</keyword>
|
|
|
|
<keyword>constraint</keyword>
|
|
|
|
<keyword>decorateP</keyword>
|
|
|
|
<keyword>dir</keyword>
|
|
|
|
<keyword>distortion</keyword>
|
|
|
|
<keyword>fillcolor</keyword>
|
|
|
|
<keyword>fontcolor</keyword>
|
|
|
|
<keyword>fontname</keyword>
|
|
|
|
<keyword>fontsize</keyword>
|
|
|
|
<keyword>headclip</keyword>
|
|
|
|
<keyword>headlabel</keyword>
|
|
|
|
<keyword>height</keyword>
|
|
|
|
<keyword>labelangle</keyword>
|
|
|
|
<keyword>labeldistance</keyword>
|
|
|
|
<keyword>labelfontcolor</keyword>
|
|
|
|
<keyword>labelfontname</keyword>
|
|
|
|
<keyword>labelfontsize</keyword>
|
|
|
|
<keyword>label</keyword>
|
|
|
|
<keyword>layers</keyword>
|
|
|
|
<keyword>layer</keyword>
|
|
|
|
<keyword>margin</keyword>
|
|
|
|
<keyword>mclimit</keyword>
|
|
|
|
<keyword>minlen</keyword>
|
|
|
|
<keyword>name</keyword>
|
|
|
|
<keyword>nodesep</keyword>
|
|
|
|
<keyword>nslimit</keyword>
|
|
|
|
<keyword>ordering</keyword>
|
|
|
|
<keyword>orientation</keyword>
|
|
|
|
<keyword>pagedir</keyword>
|
|
|
|
<keyword>page</keyword>
|
|
|
|
<keyword>peripheries</keyword>
|
|
|
|
<keyword>port_label_distance</keyword>
|
|
|
|
<keyword>rankdir</keyword>
|
|
|
|
<keyword>ranksep</keyword>
|
|
|
|
<keyword>rank</keyword>
|
|
|
|
<keyword>ratio</keyword>
|
|
|
|
<keyword>regular</keyword>
|
|
|
|
<keyword>rotate</keyword>
|
|
|
|
<keyword>samehead</keyword>
|
|
|
|
<keyword>sametail</keyword>
|
|
|
|
<keyword>shapefile</keyword>
|
|
|
|
<keyword>shape</keyword>
|
|
|
|
<keyword>sides</keyword>
|
|
|
|
<keyword>size</keyword>
|
|
|
|
<keyword>skew</keyword>
|
|
|
|
<keyword>style</keyword>
|
|
|
|
<keyword>tailclip</keyword>
|
|
|
|
<keyword>taillabel</keyword>
|
|
|
|
<keyword>URL</keyword>
|
|
|
|
<keyword>weight</keyword>
|
|
|
|
<keyword>width</keyword>
|
|
|
|
</context>
|
|
|
|
|
2011-01-05 22:45:36 -08:00
|
|
|
<context id="dot" class="no-spell-check">
|
2008-11-17 10:42:19 -06:00
|
|
|
<include>
|
|
|
|
<context ref="line-comment"/>
|
|
|
|
<context ref="block-comment"/>
|
|
|
|
<context ref="close-comment-outside-comment"/>
|
|
|
|
<context ref="keywords"/>
|
|
|
|
<context ref="attributes"/>
|
|
|
|
</include>
|
|
|
|
</context>
|
|
|
|
|
|
|
|
</definitions>
|
|
|
|
|
|
|
|
</language>
|
|
|
|
|