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

« back to all changes in this revision

Viewing changes to src/core/Mono.Texteditor/SyntaxModes/StringsSyntaxMode.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:
34
34
        <Property name="StringQuote">"</Property>
35
35
        <Property name="StringQuote">'</Property>
36
36
                
37
 
        <EolSpan color = "comment" rule="Comment">//</EolSpan>
 
37
        <EolSpan color = "Comment(Line)" rule="Comment">//</EolSpan>
38
38
        
39
 
        <Span color = "comment" rule="Comment" tagColor="comment.tag">
 
39
        <Span color = "Comment(Block)" rule="Comment">
40
40
                <Begin>/*</Begin>
41
41
                <End>*/</End>
42
42
        </Span>
43
43
        
44
 
        <Span color = "string" rule="String" stopateol = "true" escape='\'>
 
44
        <Span color = "String" rule="String" stopateol = "true" escape='\'>
45
45
                <Begin>"</Begin>
46
46
                <End>"</End>
47
47
        </Span>
48
48
        
49
 
        <Span color = "string" rule="String" stopateol = "true" escape='\'>
 
49
        <Span color = "String" rule="String" stopateol = "true" escape='\'>
50
50
                <Begin>&apos;</Begin>
51
51
                <End>&apos;</End>
52
52
        </Span>
53
53
        
54
 
        <Match color = "string">CSharpNumber</Match>
 
54
        <Match color = "String">CSharpNumber</Match>
55
55
</SyntaxMode>