1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
<!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent">
%gtkdocentities;
]>
<refentry id="style-reference">
<refmeta>
<refentrytitle>Style Scheme Definition Reference</refentrytitle>
</refmeta>
<refnamediv>
<refname>Style Scheme Definition Reference</refname>
<refpurpose>
Reference to the libgedit-gtksourceview style scheme definition file format
</refpurpose>
</refnamediv>
<refsect1>
<title>Documentation migrated</title>
<para>
In the Git repository of libgedit-gtksourceview, see the
<code>docs/html/</code> directory. It is also
<ulink url="https://gedit-text-editor.org/developer-docs/extra/libgedit-gtksourceview/">available online</ulink>.
</para>
</refsect1>
</refentry>
|