/usr/share/bluefish/bflang/jsp.bflang2 is in bluefish-data 2.2.10-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 | <?xml version="1.0"?>
<!--
Bluefish HTML Editor
jsp.bflang2 $Revision: 8559 $
Copyright (C) 2008 Olivier Sessink
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<bflang name="JSP" version="3" contexts="45" matches="353">
<header>
<mime type="application/x-jsp"/>
<option name="show_in_menu" default="1"/>
<option name="load_reference" default="1"/>
<option name="load_completion" default="1"/>
<option name="autocomplete_tags" default="1" />
<option name="Parentheses block_foldable" default="0" description="Allow folding of the Parentheses block" />
<highlight name="attribute-string" style="string-no-spell-check" />
<highlight name="attribute" style="attribute" />
<highlight name="brackets" style="brackets" />
<highlight name="comment" style="comment" />
<highlight name="keyword" style="keyword" />
<highlight name="preprocessor" style="preprocessor" />
<highlight name="region" style="special-value" />
<highlight name="special-keyword" style="special-keyword" />
<highlight name="storage" style="special-keyword" />
<highlight name="string" style="string" />
<highlight name="tag" style="tag" />
<highlight name="type" style="type" />
<highlight name="value" style="value" />
</header>
<properties>
<comment type="block" start="/*" end="*/" />
<comment type="line" start="//" />
<smartindent characters="{" />
<smartoutdent characters="}" />
</properties>
<definition>
<context symbols="><&; 	 ">
<group highlight="tag" attribhighlight="attribute" attrib_autocomplete_append="=""">
<autocomplete append=">" />
<tag name="html" />
<tag name="head" />
<tag name="meta" attributes="name,http-equiv,content" >
<autocomplete append=" />" />
</tag>
<tag name="title" >
<autocomplete append="> </title>" />
</tag>
<tag name="script" attributes="type,src" >
<autocomplete append=" />" />
</tag>
<tag name="link" attributes="rel,type,href" >
<autocomplete append=" />" />
</tag>
<tag name="body" />
<tag name="div" attributes="style,class,id,align" />
<tag name="p" attributes="style,class,id,align" />
<tag name="span" attributes="style,class,id,align" />
<tag name="img" highlight="storage" attributes="src,width,height,align,valign,border,alt" >
<autocomplete append=" src="" width="" height="" alt="" style="border:0;" />" />
</tag>
<tag name="i" attributes="style,class,id" />
<tag name="b" attributes="style,class,id" />
<tag name="em" attributes="style,class,id" />
<tag name="strong" attributes="style,class,id" />
<tag name="u" attributes="style,class,id" />
<tag name="a" highlight="storage" attributes="style,class,id,href,target" >
<autocomplete append=" href="" >" />
</tag>
<tag name="table" attributes="style,class,id" />
<tag name="th" attributes="style,class,id" />
<tag name="tr" attributes="style,class,id" />
<tag name="td" attributes="style,class,id" />
<tag name="ul" attributes="style,class,id" />
<tag name="ol" attributes="style,class,id" />
<tag name="li" attributes="style,class,id" />
<tag name="h1" attributes="style,class,id" />
<tag name="h2" attributes="style,class,id" />
<tag name="h3" attributes="style,class,id" />
<tag name="h4" attributes="style,class,id" />
<tag name="h5" attributes="style,class,id" />
<tag name="h6" attributes="style,class,id" />
<tag name="br" attributes="style,class,id" >
<autocomplete append=" />" />
</tag>
<tag name="kbd" attributes="style,class,id" />
<tag name="form" attributes="style,class,id,action,method,enctype,target" />
<tag name="input" attributes="style,class,id,type,name,value,size,maxlength,checked" />
<tag name="select" attributes="style,class,id,name,size,multiple" />
<tag name="textarea" attributes="style,class,id,name,rows,cols" />
<tag name="option" attributes="style,class,id,value,label,selected" />
<tag name="optgroup" attributes="style,class,id,label" />
</group>
<element id="e.jsp.open" pattern="<%" starts_block="1" highlight="region">
<context symbols=" ;(){}[]:\"\\',><*&^%!+=-|/?#	 ">
<group highlight="keyword">
<autocomplete enable="1" />
<element pattern="assert" />
<element pattern="break" />
<element pattern="case" />
<element pattern="catch" />
<element pattern="class" />
<element pattern="continue" />
<element pattern="default" />
<element pattern="do" />
<element pattern="else" />
<element pattern="finally" />
<element pattern="for" />
<element pattern="goto" />
<element pattern="if" />
<element pattern="new" />
<element pattern="return" />
<element pattern="super" />
<element pattern="switch" />
<element pattern="throw" />
<element pattern="throws" />
<element pattern="try" />
<element pattern="where" />
<element pattern="while" />
</group>
<group highlight="tag">
<autocomplete enable="1" />
<element pattern="abstract" />
<element pattern="final" />
<element pattern="native" />
<element pattern="private" />
<element pattern="protected" />
<element pattern="public" />
<element pattern="static" />
<element pattern="transient" />
<element pattern="synchronized" />
<element pattern="volatile" />
<element pattern="extends" />
<element pattern="implements" />
</group>
<group highlight="storage">
<autocomplete enable="1" />
<element pattern="int" />
<element pattern="boolean" />
<element pattern="double" />
<element pattern="void" />
<element pattern="float" />
<element pattern="long" />
</group>
<element pattern="String" highlight="storage" >
<autocomplete enable="1" />
</element>
<element pattern="Rectangle" highlight="storage" >
<autocomplete enable="1" />
</element>
<element pattern="Color" highlight="storage" >
<autocomplete enable="1" />
</element>
<element pattern="import" is_regex="1" highlight="tag">
<context symbols=";" highlight="tag">
<element pattern=";" highlight="string" ends_context="1" />
</context>
</element>
<element pattern=""" highlight="string">
<context symbols="\"" highlight="string">
<element pattern="\"" highlight="string" />
<element pattern=""" highlight="string" ends_context="1" />
</context>
</element>
<element pattern="'" highlight="string">
<context symbols="\'" highlight="string">
<element pattern="\\." is_regex="1" highlight="string" />
<element pattern="'" highlight="string" ends_context="1" />
</context>
</element>
<element id="e.lbrace" pattern="{" starts_block="1" highlight="brackets" block_name="Curly brackets block"/>
<element pattern="}" ends_block="1" blockstartelement="e.lbrace" highlight="brackets" />
<element id="e.lbracket" pattern="[" starts_block="1" highlight="brackets" />
<element pattern="]" ends_block="1" blockstartelement="e.lbracket" highlight="brackets" />
<element id="e.lparen" pattern="(" starts_block="1" highlight="brackets" block_name="Parentheses block" />
<element pattern=")" ends_block="1" blockstartelement="e.lparen" highlight="brackets" />
<element id="e.lcomment" pattern="/*" starts_block="1" highlight="comment">
<context symbols="*/	 " highlight="comment">
<element pattern="*/" ends_block="1" blockstartelement="e.lcomment" highlight="comment" ends_context="1" />
</context>
</element>
<element pattern="true" highlight="value"/>
<element pattern="false" highlight="value"/>
<element pattern="null" highlight="value"/>
<element pattern="[0-9.]+" is_regex="1" highlight="value"/>
<element pattern="//[^ ]*" is_regex="1" highlight="comment"/>
<element pattern="%>" ends_block="1" blockstartelement="e.jsp.open" ends_context="1"/>
</context>
</element>
</context>
</definition>
</bflang>
|