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

« back to all changes in this revision

Viewing changes to data/bflang/all-vbscript.bfinc

  • 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" encoding="UTF-8" ?>
2
2
<!--
3
3
                Bluefish HTML Editor
4
 
                all-vbscript.bfinc $Revision: 7307 $
 
4
                all-vbscript.bfinc $Revision: 7674 $
5
5
 
6
6
                Copyright (C) 2008-2009 Olivier Sessink
7
7
 
142
142
<element pattern="[-\.]?[0-9]+" is_regex="1" highlight="vbs-value" case_insens="1"/>
143
143
 
144
144
 
145
 
 
146
 
<element pattern="\.?[a-zA-Z][a-zA-Z_0-9]*[\$%]?" is_regex="1" highlight="vbs-variable"/>
 
145
<!--this pattern overlaps with many keywords
 
146
<element pattern="\.?[a-zA-Z][a-zA-Z_0-9]*[\$%]?" is_regex="1" highlight="vbs-variable"/>-->
147
147
 
148
148
<!--<element pattern="&#34;" highlight="vbs-string">
149
149
        <context symbols="&#34;" highlight="vbs-string">