~ubuntu-branches/ubuntu/saucy/bluefish/saucy

« back to all changes in this revision

Viewing changes to data/bflang/asp.bflang2

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-05-09 14:36:58 UTC
  • mfrom: (17.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130509143658-kgqxj5c23oi0lk20
Tags: 2.2.4-2
* debian/control (Standards-Version): Bumped to 3.9.4.
* debian/copyright: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<!--
3
3
                Bluefish HTML Editor
4
 
                asp.bflang2 $$Revision: 7307 $
 
4
                asp.bflang2 $$Revision: 7806 $
5
5
 
6
6
                Copyright (C) 2008-2011 Olivier Sessink
7
7
 
25
25
        <option name="load_reference" default="1"/>
26
26
        <option name="load_completion" default="1"/>
27
27
        <option name="show_in_menu" default="1"/>
 
28
        <highlight name="attribute-string" style="string-no-spell-check" />
28
29
        <highlight name="attribute" style="attribute" />
29
30
        <highlight name="brackets" style="brackets" />
30
31
        <highlight name="comment" style="comment" />
178
179
                </element>
179
180
                
180
181
                <element pattern="'" highlight="vbscript-comment">
181
 
                        <context symbols="%&gt;&#10;" highlight="comment">
182
 
                                <element pattern="&#10;" ends_context="1" />
 
182
                        <context symbols="%&gt;&#10;&#13;" highlight="comment">
 
183
                                <element pattern="(&#10;|&#13;|&#13;&#10;)" is_regex="1" ends_context="1" />
183
184
                                <element pattern="%&gt;" ends_context="2" ends_block="1" blockstartelement="e.vbscript" highlight="region" mayfold="1" />
184
185
                        </context>
185
186
                </element>
186
187
                
187
188
                <element pattern="rem" case_insens="1" highlight="vbscript-comment">
188
189
                        <context symbols="%&gt;&#10;" highlight="comment">
189
 
                                <element pattern="&#10;" ends_context="1" />
 
190
                                <element pattern="(&#10;|&#13;|&#13;&#10;)" is_regex="1" ends_context="1" />
190
191
                                <element pattern="%&gt;" ends_context="2" ends_block="1" blockstartelement="e.vbscript" highlight="region" mayfold="1" />
191
192
                        </context>
192
193
                </element>