~ubuntu-branches/ubuntu/raring/codeblocks/raring-proposed

« back to all changes in this revision

Viewing changes to src/sdk/resources/lexers/lexer_caml.xml

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-08-09 04:38:38 UTC
  • mfrom: (1.1.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20100809043838-a59ygguym4eg0jgw
Tags: 10.05-0ubuntu1
* New upstream release. Closes (LP: #322350)
 - Switch to dpkg-source 3.0 (quilt) format
 - Remove unneeded README.source
 - Add debian/get-source-orig script that removes all
   Windows prebuilt binaries
* Bump Standards-Version to 3.9.1
 - Stop shipping *.la files
* debian/control
 - Add cdbs package as Build-Depend
 - Add libbz2-dev and zlib1g-dev packages as
   Build-Depends (needed by libhelp_plugin.so)
 - Remove dpatch package of Build-Depends
 - Add codeblocks-contrib-debug package
 - Split architecture-independent files of codeblocks
   package in codeblocks-common package
* debian/rules
 - Switch to CDBS rules system
 - Add parallel build support
 - Add a call to debian/get-source-orig script
 - Use lzma compression (saves 23,5 MB of free space)
* debian/patches
 - Refresh 01_codeblocks_plugin_path
 - Add 02_no_Makefiles_in_debian_dir to remove any link
   in codeblocks build system to deleted Makefiles of debian directory
 - Drop 02_ftbfs_gcc44 and 03_ftbfs_glib221 (merged in upstream)
* debian/watch
 - Update to use the new host (berlios.de)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE CodeBlocks_lexer_properties>
 
3
<CodeBlocks_lexer_properties>
 
4
                <Lexer name="Caml"
 
5
                                index="65"
 
6
                                filemasks="*.ml,*.mli,*.sml,*.thy">
 
7
                                <Style name="Default"
 
8
                                                index="0"
 
9
                                                fg="0,0,0"
 
10
                                                bg="255,255,255"
 
11
                                                bold="0"
 
12
                                                italics="0"
 
13
                                                underlined="0"/>
 
14
                                <Style name="Operator"
 
15
                                                index="7"
 
16
                                                fg="255,0,0"/>
 
17
                <Style name="Number"
 
18
                                                index="8"
 
19
                                                fg="240,0,240"/>
 
20
                                <Style name="Character"
 
21
                                                index="9"
 
22
                                                fg="224,160,0"/>
 
23
                                <Style name="Identifier"
 
24
                                                index="1"
 
25
                                                fg="0,0,0"/>
 
26
                                <Style name="Tag Name"
 
27
                                                index="2"
 
28
                                                fg="0,160,0"/>
 
29
                                <Style name="Instruction word"
 
30
                                                index="3"
 
31
                                                fg="0,0,160"
 
32
                                                bold="1"/>
 
33
                                <Style name="Builting Function"
 
34
                                                index="4"
 
35
                                                fg="0,160,0"/>
 
36
                                <Style name="Type"
 
37
                                                index="5"
 
38
                                                fg="160,0,0"/>
 
39
                <Style name="Line number"
 
40
                        index="6"
 
41
                        fg="0,0,0"/>
 
42
                <Style name="String"
 
43
                                                index="11"
 
44
                                                fg="0,0,255"/>
 
45
                                <Style name="Comment"
 
46
                                                index="12,13"
 
47
                                                fg="160,160,160"/>
 
48
                                <Style name="Comment (documentation)"
 
49
                                                index="14,15"
 
50
                                                fg="128,128,255"
 
51
                                                bold="1"/>
 
52
                                <Style name="Selection"
 
53
                                                index="-99"
 
54
                                                bg="192,192,192"/>
 
55
                                <Style name="Active line"
 
56
                                                index="-98"
 
57
                                                bg="255,255,160"/>
 
58
                                <Style name="Breakpoint line"
 
59
                                                index="-2"
 
60
                                                bg="255,160,160"/>
 
61
                                <Style name="Debugger active line"
 
62
                                                index="-3"
 
63
                                                bg="160,160,255"/>
 
64
                                <Style name="Compiler error line"
 
65
                                                index="-4"
 
66
                                                bg="255,128,0"/>
 
67
                                <Style name="Matching brace highlight"
 
68
                                                index="34"
 
69
                                                bg="128,255,255"
 
70
                                                bold="1"/>
 
71
                                <Style name="No matching brace highlight"
 
72
                                                index="35"
 
73
                                                fg="255,255,255"
 
74
                                                bg="255,0,0"
 
75
                                                bold="1"/>
 
76
                                <Keywords>
 
77
                        <Set index="0"
 
78
                            value="and as assert asr begin class constraint do done downto else end exception external false for fun function functor if in include inherit initializer land lazy let lor lsl lsr lxor match method mod module mutable new object of open or private rec sig struct then to true try type val virtual when while with"/>
 
79
                        <Set index="1"
 
80
                            value="option Some None ignore ref lnot succ pred"/>
 
81
                        <Set index="2"
 
82
                            value="array bool char float int list string unit"/>
 
83
                                </Keywords>
 
84
                                <SampleCode value="lexer_caml.sample"
 
85
                                                breakpoint_line="20"
 
86
                                                debug_line="22"
 
87
                                                error_line="23"/>
 
88
                <LanguageAttributes
 
89
                    LineComment=""
 
90
                    StreamCommentStart="(*"
 
91
                    StreamCommentEnd="*)"
 
92
                    BoxCommentStart="(* "
 
93
                    BoxCommentMid=" * "
 
94
                    BoxCommentEnd=" *)"
 
95
                    CaseSensitive="1"/>
 
96
                </Lexer>
 
97
</CodeBlocks_lexer_properties>