~ubuntu-branches/ubuntu/feisty/monodevelop/feisty

« back to all changes in this revision

Viewing changes to Unused/ICSharpCode.TextEditor/data/syntaxmodes/BAT-Mode.xshd

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-08-18 00:51:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060818005123-5iit07y0j7wjg55f
Tags: 0.11+svn20060818-0ubuntu1
* New SVN snapshot
  + Works with Gtk# 2.9.0
* debian/control:
  + Updated Build-Depends
* debian/patches/use_nunit2.2.dpatch,
  debian/patches/use_real_libs.dpatch:
  + Updated
* debian/patches/versioncontrol_buildfix.dpatch:
  + Fix build failure in the version control addin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<!-- syntaxdefinition for BAT 2000 by Mike Krueger -->
 
4
<SyntaxDefinition name = "BAT" extensions = ".bat">
 
5
 
 
6
        <Environment> 
 
7
                <Default      color = "Yellow" bgcolor = "Black"/>
 
8
                <Selection    color = "White" bgcolor = "Purple"/>
 
9
                <VRuler       color = "Green"/>
 
10
                <InvalidLines color = "Red"/>
 
11
                <CaretMarker  color = "Yellow"/>
 
12
                
 
13
                <LineNumbers  color = "Gray" bgcolor = "Black"/>
 
14
                
 
15
                <FoldLine     color = "#808080" bgcolor = "Black"/>
 
16
                <FoldMarker   color = "#808080" bgcolor = "White"/>
 
17
                
 
18
                <EOLMarkers   color = "#E0E0E5"/>
 
19
                <SpaceMarkers color = "#E0E0E5"/>
 
20
                <TabMarkers   color = "#E0E0E5"/>
 
21
        </Environment> 
 
22
        
 
23
        <Digits name = "Digits"   bold = "false" italic = "false" color = "Yellow"/>
 
24
  
 
25
        <RuleSets>
 
26
                <RuleSet ignorecase = "false">
 
27
                        <Delimiters> </Delimiters>
 
28
                </RuleSet>
 
29
        </RuleSets>
 
30
 
 
31
</SyntaxDefinition>