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

« back to all changes in this revision

Viewing changes to src/sdk/resources/lexers/lexer_d.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:
2
2
<!DOCTYPE CodeBlocks_lexer_properties>
3
3
<CodeBlocks_lexer_properties>
4
4
                <Lexer name="D"
5
 
                                index="3"
6
 
                                filemasks="*.d,*.dmd">
 
5
                                index="79"
 
6
                                filemasks="*.d,*.dmd,*.di">
7
7
                                <Style name="Default"
8
8
                                                index="0"
9
9
                                                fg="0,0,0"
14
14
                                <Style name="Comment (normal)"
15
15
                                                index="1,2"
16
16
                                                fg="160,160,160"/>
 
17
                                <Style name="Comment (nested)"
 
18
                                                index="4"
 
19
                                                fg="160,160,160"/>
17
20
                                <Style name="Comment (documentation)"
18
21
                                                index="3,15"
19
22
                                                fg="128,128,255"
20
23
                                                bold="1"/>
21
24
                                <Style name="Comment keyword (documentation)"
22
 
                                                index="17"
 
25
                                                index="16"
23
26
                                                fg="0,128,128"/>
24
27
                                <Style name="Comment keyword error (documentation)"
25
 
                                                index="18"
 
28
                                                index="17"
26
29
                                                fg="128,0,0"/>
27
30
                                <Style name="Number"
28
 
                                                index="4"
 
31
                                                index="5"
29
32
                                                fg="240,0,240"/>
30
33
                                <Style name="Keyword"
31
 
                                                index="5"
 
34
                                                index="6,7"
32
35
                                                fg="0,0,160"
33
36
                                                bold="1"/>
34
37
                                <Style name="User keyword"
35
 
                                                index="16"
 
38
                                                index="8"
36
39
                                                fg="0,160,0"
37
40
                                                bold="1"/>
 
41
                                <Style name="Typedef"
 
42
                                                index="9"
 
43
                                                fg="0,160,0"/>
38
44
                                <Style name="String"
39
 
                                                index="6,12"
 
45
                                                index="10,11"
40
46
                                                fg="0,0,255"/>
41
47
                                <Style name="Character"
42
 
                                                index="7"
 
48
                                                index="12"
43
49
                                                fg="224,160,0"/>
44
 
                                <Style name="UUID"
45
 
                                                index="8"
46
 
                                                fg="0,0,0"/>
47
 
                                <Style name="Preprocessor"
48
 
                                                index="9"
49
 
                                                fg="0,160,0"/>
50
50
                                <Style name="Operator"
51
 
                                                index="10"
 
51
                                                index="13"
52
52
                                                fg="255,0,0"/>
53
53
                                <Style name="Selection"
54
54
                                                index="-99"
112
112
                                                breakpoint_line="20"
113
113
                                                debug_line="22"
114
114
                                                error_line="23"/>
 
115
                <LanguageAttributes
 
116
                    LineComment="//"
 
117
                    StreamCommentStart="/*"
 
118
                    StreamCommentEnd="*/"
 
119
                    BoxCommentStart="/* "
 
120
                    BoxCommentMid=" * "
 
121
                    BoxCommentEnd=" */"
 
122
                    CaseSensitive="1"/>
115
123
                </Lexer>
116
124
</CodeBlocks_lexer_properties>