~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/core/Mono.Texteditor/SyntaxModes/ILSyntaxMode.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        
34
34
        <Delimiters>&amp;&lt;&gt;~!@%^*()-+=|\#/{}[]:;"' ,      ?</Delimiters>
35
35
        
36
 
        <EolSpan color = "comment.line" rule="Comment" tagColor="comment.tag.line">//</EolSpan>
 
36
        <EolSpan color = "Comment(Line)" rule="Comment" tagColor="Comment(Line)">//</EolSpan>
37
37
        
38
 
        <Span color = "comment.block" rule="Comment" tagColor="comment.tag.block">
 
38
        <Span color = "Comment(Block)" rule="Comment" tagColor="Comment(Line)">
39
39
                <Begin>/*</Begin>
40
40
                <End>*/</End>
41
41
        </Span>
42
42
        
43
 
        <Span color = "string.double" rule="String" stopateol = "true" escape='\'>
 
43
        <Span color = "String" rule="String" stopateol = "true" escape='\'>
44
44
                <Begin>"</Begin>
45
45
                <End>"</End>
46
46
        </Span>
47
47
        
48
 
        <Span color = "string.single" rule="String" stopateol = "true" escape="\">
 
48
        <Span color = "String" rule="String" stopateol = "true" escape="\">
49
49
                <Begin>&apos;</Begin>
50
50
                <End>&apos;</End>
51
51
        </Span>
52
52
        
53
 
        <Match color = "constant.digit">CSharpNumber</Match>
 
53
        <Match color = "Number">CSharpNumber</Match>
54
54
        
55
 
        <Keywords color = "keyword.iteration">
 
55
        <Keywords color = "Keyword(Iteration)">
56
56
                <Word>nop</Word>
57
57
                <Word>break</Word>
58
58
                <Word>ldarg.0</Word>
288
288
                <Word>prefixref</Word>
289
289
        </Keywords>
290
290
        
291
 
        <Keywords color = "keyword.type">
 
291
        <Keywords color = "Keyword(Type)">
292
292
                <Word>void</Word>
293
293
                <Word>object</Word>
294
294
                <Word>bool</Word>
310
310
                <Word>typedref</Word>
311
311
        </Keywords>
312
312
        
313
 
        <Keywords color = "keyword.modifier">
 
313
        <Keywords color = "Keyword(Modifiers)">
314
314
                <Word>at</Word>
315
315
                <Word>as</Word>
316
316
                <Word>implicitcom</Word>
474
474
                <Word>flags</Word>
475
475
        </Keywords>
476
476
        
477
 
        <Keywords color = "constant.language">
 
477
        <Keywords color = "Keyword(Constants)">
478
478
                <Word>true</Word>
479
479
                <Word>false</Word>
480
480
        </Keywords>
481
481
        
482
 
        <Keywords color = "keyword.namespace">
 
482
        <Keywords color = "Keyword(Namespace)">
483
483
                <Word>.assembly</Word>
484
484
                <Word>.cctor</Word>
485
485
                <Word>.class</Word>
538
538
                <Word>.typedef</Word>
539
539
        </Keywords>
540
540
        
541
 
        <Keywords color = "keyword.context">
 
541
        <Keywords color = "Keyword(Context)">
542
542
                <Word>request</Word>
543
543
                <Word>demand</Word>
544
544
                <Word>assert</Word>
556
556
                <Word>noncasinheritance</Word>
557
557
        </Keywords>
558
558
        
559
 
        <Keywords color = "keyword.access">
 
559
        <Keywords color = "Keyword(Access)">
560
560
                <Word>#line</Word>
561
561
                <Word>#define</Word>
562
562
                <Word>#undef</Word>
568
568
        </Keywords>
569
569
        
570
570
        <Rule name = "Comment">
571
 
                <Keywords color="comment.keyword.todo" ignorecase="True">
 
571
                <Keywords color="Comment Tag" ignorecase="True">
572
572
                        <Word>TODO</Word>
573
573
                        <Word>FIXME</Word>
574
574
                        <Word>HACK</Word>