~ubuntu-branches/ubuntu/trusty/bluefish/trusty

« back to all changes in this revision

Viewing changes to data/bflang/jsp.bflang2

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2012-06-27 22:28:39 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120627222839-5g0f5s6gpaezfhve
Tags: 2.2.3-1
* New upstream release.
* debian/control: Dropped DM-Upload-Allowed.
  (Maintainer): Set to my new address.
  (Suggests): Calculate browsers depending on distribution.
  (Depends): Added python depends for newly shipped Python scripts.
* debian/copyright: Minor update. Link to GPLv2 text.
* debian/rules: Enabled hardening. Added python2 module. Calculate brwoser
  dependencies via dpkg-vendor.
* debian/patches/LP810663_blacklist_from_appmenu.patch: Adjusted.

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
 
                jsp.bflang2 $Revision: 7258 $
 
4
                jsp.bflang2 $Revision: 7425 $
5
5
 
6
6
                Copyright (C) 2008 Olivier Sessink
7
7
 
26
26
        <option name="load_reference" default="1"/>
27
27
        <option name="load_completion" default="1"/>
28
28
        <option name="autocomplete_tags" default="1" />
 
29
        <option name="Parentheses block_foldable" default="0" description="Allow folding of the Parentheses block" />
29
30
        <highlight name="attribute" style="attribute"  />
30
31
        <highlight name="brackets" style="brackets"  />
31
32
        <highlight name="comment" style="comment"  />
48
49
 
49
50
<definition>
50
51
<context symbols="&gt;&lt;&amp;; &#9;&#10;&#13;">
51
 
<group highlight="tag" attribhighlight="attribute" autocomplete_append="&gt;" attrib_autocomplete_append="=&quot;&quot;">
 
52
<group highlight="tag" attribhighlight="attribute"  attrib_autocomplete_append="=&quot;&quot;">
 
53
        <autocomplete append="&gt;" />
52
54
<tag name="html" />
53
55
<tag name="head" />
54
 
<tag name="meta" attributes="name,http-equiv,content" autocomplete_append=" /&gt;" />
55
 
<tag name="title" autocomplete_append="&gt; &lt;/title&gt;" />
56
 
<tag name="script" attributes="type,src" autocomplete_append=" /&gt;" />
57
 
<tag name="link" attributes="rel,type,href" autocomplete_append=" /&gt;" />
 
56
<tag name="meta" attributes="name,http-equiv,content" >
 
57
        <autocomplete append=" /&gt;" />
 
58
</tag>
 
59
<tag name="title" >
 
60
        <autocomplete append="&gt; &lt;/title&gt;" />
 
61
</tag>
 
62
<tag name="script" attributes="type,src" >
 
63
        <autocomplete append=" /&gt;" />
 
64
</tag>
 
65
<tag name="link" attributes="rel,type,href" >
 
66
        <autocomplete append=" /&gt;" />
 
67
</tag>
58
68
<tag name="body" />
59
69
<tag name="div" attributes="style,class,id,align" />
60
70
<tag name="p" attributes="style,class,id,align" />
61
71
<tag name="span" attributes="style,class,id,align" />
62
 
<tag name="img" highlight="storage" attributes="src,width,height,align,valign,border,alt" autocomplete_append=" src=&#34;&#34; width=&#34;&#34; height=&#34;&#34; alt=&#34;&#34; style=&#34;border:0;&#34; /&gt;"/>
 
72
<tag name="img" highlight="storage" attributes="src,width,height,align,valign,border,alt" >
 
73
        <autocomplete append=" src=&#34;&#34; width=&#34;&#34; height=&#34;&#34; alt=&#34;&#34; style=&#34;border:0;&#34; /&gt;" />
 
74
</tag>
63
75
<tag name="i" attributes="style,class,id" />
64
76
<tag name="b" attributes="style,class,id" />
65
77
<tag name="em" attributes="style,class,id" />
66
78
<tag name="strong" attributes="style,class,id" />
67
79
<tag name="u" attributes="style,class,id" />
68
 
<tag name="a" highlight="storage" attributes="style,class,id,href,target" autocomplete_append=" href=&#34;&#34; &gt;" />
 
80
<tag name="a" highlight="storage" attributes="style,class,id,href,target" >
 
81
        <autocomplete append=" href=&#34;&#34; &gt;" />
 
82
</tag>
69
83
<tag name="table" attributes="style,class,id" />
70
84
<tag name="th" attributes="style,class,id" />
71
85
<tag name="tr" attributes="style,class,id" />
79
93
<tag name="h4" attributes="style,class,id" />
80
94
<tag name="h5" attributes="style,class,id" />
81
95
<tag name="h6" attributes="style,class,id" />
82
 
<tag name="br" attributes="style,class,id" autocomplete_append=" /&gt;" />
 
96
<tag name="br" attributes="style,class,id" >
 
97
        <autocomplete append=" /&gt;" />
 
98
</tag>
83
99
<tag name="kbd" attributes="style,class,id" />
84
100
<tag name="form" attributes="style,class,id,action,method,enctype,target" />
85
101
<tag name="input" attributes="style,class,id,type,name,value,size,maxlength,checked" />
91
107
 
92
108
<element id="e.jsp.open" pattern="&lt;%" starts_block="1" highlight="region">
93
109
        <context symbols=" ;(){}[]:\&#34;\\',&gt;&lt;*&amp;^%!+=-|/?#&#9;&#10;&#13;">
94
 
<group autocomplete="1" highlight="keyword"> 
 
110
<group  highlight="keyword">
 
111
        <autocomplete enable="1" /> 
95
112
<element pattern="assert" />
96
113
<element pattern="break" />
97
114
<element pattern="case" />
116
133
<element pattern="while" />
117
134
 
118
135
</group>
119
 
<group autocomplete="1" highlight="tag">
 
136
<group  highlight="tag">
 
137
        <autocomplete enable="1" />
120
138
<element pattern="abstract" />
121
139
<element pattern="final" />
122
140
<element pattern="native" />
130
148
<element pattern="extends" />
131
149
<element pattern="implements" />
132
150
</group>
133
 
<group autocomplete="1" highlight="storage">
 
151
<group  highlight="storage">
 
152
        <autocomplete enable="1" />
134
153
<element pattern="int" />
135
154
<element pattern="boolean" />
136
155
<element pattern="double" />
138
157
<element pattern="float" />
139
158
<element pattern="long" />
140
159
</group>
141
 
<element pattern="String" autocomplete="1" highlight="storage" />
142
 
<element pattern="Rectangle" autocomplete="1" highlight="storage" />
143
 
<element pattern="Color" autocomplete="1" highlight="storage" />
 
160
<element pattern="String"  highlight="storage" >
 
161
        <autocomplete enable="1" />
 
162
</element>
 
163
<element pattern="Rectangle"  highlight="storage" >
 
164
        <autocomplete enable="1" />
 
165
</element>
 
166
<element pattern="Color"  highlight="storage" >
 
167
        <autocomplete enable="1" />
 
168
</element>
144
169
 
145
170
<element pattern="import" is_regex="1" highlight="tag">
146
171
        <context symbols=";" highlight="tag">
160
185
                <element pattern="'" highlight="string" ends_context="1" />
161
186
        </context>
162
187
</element>
163
 
                <element id="e.lbrace" pattern="{" starts_block="1" mayfold="1" highlight="brackets" />
 
188
                <element id="e.lbrace" pattern="{" starts_block="1" highlight="brackets" block_name="Curly brackets block"/>
164
189
                <element pattern="}" ends_block="1" blockstartelement="e.lbrace" highlight="brackets" />
165
 
                <element id="e.lbracket" pattern="[" starts_block="1" mayfold="1" highlight="brackets" />
 
190
                <element id="e.lbracket" pattern="[" starts_block="1" highlight="brackets" />
166
191
                <element pattern="]" ends_block="1" blockstartelement="e.lbracket" highlight="brackets" />
167
 
                <element id="e.lparen" pattern="(" starts_block="1" mayfold="1" highlight="brackets" />
 
192
                <element id="e.lparen" pattern="(" starts_block="1" highlight="brackets" block_name="Parentheses block" />
168
193
                <element pattern=")" ends_block="1" blockstartelement="e.lparen" highlight="brackets" />
169
194
                <element  id="e.lcomment" pattern="/*" starts_block="1" highlight="comment">
170
195
                        <context symbols="*/&#9;&#10;&#13;" highlight="comment">
171
 
                                <element pattern="*/" ends_block="1" blockstartelement="e.lcomment" highlight="comment" mayfold="1" ends_context="1" />
 
196
                                <element pattern="*/" ends_block="1" blockstartelement="e.lcomment" highlight="comment" ends_context="1" />
172
197
                        </context>
173
198
                </element>
174
199
                <element pattern="true" highlight="value"/>