~ubuntu-branches/ubuntu/precise/gtksourceview2/precise-updates

« back to all changes in this revision

Viewing changes to gtksourceview/language-specs/libtool.lang

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-07-04 09:22:39 UTC
  • Revision ID: james.westby@ubuntu.com-20070704092239-1wf80qeebhuqq2ns
Tags: upstream-1.90.2
ImportĀ upstreamĀ versionĀ 1.90.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
 
 
4
 Author: Yevgen Muntyan <muntyan@tamu.edu>
 
5
 Copyright (C) 2006-2007 Yevgen Muntyan <muntyan@tamu.edu>
 
6
 
 
7
 This library is free software; you can redistribute it and/or
 
8
 modify it under the terms of the GNU Library General Public
 
9
 License as published by the Free Software Foundation; either
 
10
 version 2 of the License, or (at your option) any later version.
 
11
 
 
12
 This library is distributed in the hope that it will be useful,
 
13
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
15
 Library General Public License for more details.
 
16
 
 
17
 You should have received a copy of the GNU Library General Public
 
18
 License along with this library; if not, write to the
 
19
 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 
20
 Boston, MA 02111-1307, USA.
 
21
 
 
22
-->
 
23
<language id="libtool" _name="libtool" version="2.0" _section="Others">
 
24
  <metadata>
 
25
    <property name="mimetypes">text/x-libtool</property>
 
26
    <property name="globs">*.la;*.lai;*.lo</property>
 
27
    <property name="line-comment-start">#</property>
 
28
  </metadata>
 
29
 
 
30
  <styles>
 
31
    <style id="boolean" _name="Boolean" map-to="def:decimal"/>
 
32
  </styles>
 
33
 
 
34
  <definitions>
 
35
    <context id="libtool">
 
36
      <include>
 
37
        <context ref="def:shell-like-comment"/>
 
38
        <context end-at-line-end="true">
 
39
          <start>\=</start>
 
40
          <include>
 
41
            <context ref="def:single-quoted-string"/>
 
42
            <context ref="def:string"/>
 
43
            <context ref="def:shell-like-comment"/>
 
44
            <context ref="def:decimal"/>
 
45
            <context style-ref="boolean">
 
46
              <keyword>yes</keyword>
 
47
              <keyword>no</keyword>
 
48
            </context>
 
49
          </include>
 
50
        </context>
 
51
      </include>
 
52
    </context>
 
53
  </definitions>
 
54
</language>