/usr/share/bluefish/bflang/asp.bflang2 is in bluefish-data 2.2.7-2.
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 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 | <?xml version="1.0"?>
<!--
Bluefish HTML Editor
asp.bflang2 $$Revision: 7806 $
Copyright (C) 2008-2011 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="ASP" version="2.0" matches="380" contexts="44" table="1495">
<header>
<mime type="application/x-asp0"/>
<option name="load_reference" default="1"/>
<option name="load_completion" default="1"/>
<option name="show_in_menu" default="1"/>
<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="entity" style="value" />
<highlight name="function" style="function" />
<highlight name="html-comment" style="comment" />
<highlight name="keyword" style="keyword" />
<highlight name="region" style="function" />
<highlight name="storage" style="special-keyword" />
<highlight name="string" style="string" />
<highlight name="tag" style="tag" />
<highlight name="value" style="value" />
<highlight name="variable" style="variable" />
<highlight name="vbscript-comment" style="comment" />
</header>
<properties>
<comment id="cm.htmlcomment" type="block" start="<!--" end="-->" />
<comment id="cm.cblockcomment" type="block" start="/*" end="*/" />
<comment id="cm.cpplinecomment" type="line" start="//" />
<comment id="cm.scriptcomment" type="line" start="#" />
<default_spellcheck enabled="1" spell_decode_entities="1" />
</properties>
<definition>
<context symbols="><&; %@	 -%" commentid_block="cm.htmlcomment" commentid_line="none">
<group highlight="tag" attribhighlight="attribute" >
<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" attrib_autocomplete_append="=""" />
<tag name="input" attributes="style,class,id,type,name,value,size,maxlength,checked" attrib_autocomplete_append="=""" />
<tag name="select" attributes="style,class,id,name,size,multiple" attrib_autocomplete_append="=""" />
<tag name="textarea" attributes="style,class,id,name,rows,cols" attrib_autocomplete_append="=""" />
<tag name="option" attributes="style,class,id,value,label,selected" attrib_autocomplete_append="=""" />
<tag name="optgroup" attributes="style,class,id,label" attrib_autocomplete_append="=""" />
</group>
<!-- <element pattern="<script[ 	].+javascript.+>" is_regex="1" case_insens="1" highlight="keyword"/> -->
<element id="e.vbscript" pattern="<%" starts_block="1" highlight="region">
<context symbols=" '"():.,/*-+=><& 	 %" highlight="region">
<group case_insens="1" highlight="keyword">
<autocomplete enable="1" />
<element pattern="and" />
<element pattern="as" />
<element pattern="call" />
<element pattern="case" />
<element pattern="cbool" />
<element pattern="cbyte" />
<element pattern="cchar" />
<element pattern="cdate" />
<element pattern="cdec" />
<element pattern="cdbl" />
<element pattern="cint" />
<element pattern="clng" />
<element pattern="codepage" />
<element pattern="const" />
<element pattern="cobj" />
<element pattern="csng" />
<element pattern="cstr" />
<element pattern="default" />
<element pattern="dim" />
<element pattern="each" />
<element pattern="else" />
<element pattern="elseif" />
<element pattern="end" />
<element pattern="exit" />
<element pattern="explicit" />
<element pattern="goto" />
<element pattern="if" />
<element pattern="in" />
<element pattern="is" />
<element pattern="language" />
<element pattern="let" />
<element pattern="mod" />
<element pattern="new" />
<element pattern="not" />
<element pattern="option" />
<element pattern="or" />
<element pattern="preserve" />
<element pattern="private" />
<element pattern="public" />
<element pattern="redim" />
<element pattern="resume" />
<element pattern="set" />
<element pattern="step" />
<element pattern="then" />
<element pattern="to" />
<element pattern="until" />
<element pattern="xor" />
</group>
<element pattern="TRUE" case_insens="1" highlight="value">
<autocomplete enable="1" />
</element>
<element pattern="FALSE" case_insens="1" highlight="value">
<autocomplete enable="1" />
</element>
<element pattern="NOTHING" case_insens="1" highlight="value">
<autocomplete enable="1" />
</element>
<element pattern=""" highlight="string">
<context symbols=""" highlight="string">
<element pattern=""" highlight="string" ends_context="1" />
<element pattern="%>" ends_context="2" ends_block="1" blockstartelement="e.vbscript" highlight="region" mayfold="1" />
</context>
</element>
<element pattern="'" highlight="vbscript-comment">
<context symbols="%> " highlight="comment">
<element pattern="( | | )" is_regex="1" ends_context="1" />
<element pattern="%>" ends_context="2" ends_block="1" blockstartelement="e.vbscript" highlight="region" mayfold="1" />
</context>
</element>
<element pattern="rem" case_insens="1" highlight="vbscript-comment">
<context symbols="%> " highlight="comment">
<element pattern="( | | )" is_regex="1" ends_context="1" />
<element pattern="%>" ends_context="2" ends_block="1" blockstartelement="e.vbscript" highlight="region" mayfold="1" />
</context>
</element>
<element pattern="exit[\ \t]+for" is_regex="1" case_insens="1" highlight="keyword" mayfold="1" >
<autocomplete enable="1" />
<autocomplete string="exit for" />
</element>
<element pattern="exit[\ \t]+do" is_regex="1" case_insens="1" highlight="keyword" mayfold="1" >
<autocomplete enable="1" />
<autocomplete string="exit do" />
</element>
<element pattern="exit[\ \t]+while" is_regex="1" case_insens="1" highlight="keyword" mayfold="1" >
<autocomplete enable="1" />
<autocomplete string="exit while" />
</element>
<element pattern="exit[\ \t]+sub" is_regex="1" case_insens="1" highlight="keyword" mayfold="1" >
<autocomplete enable="1" />
<autocomplete string="exit sub" />
</element>
<element pattern="exit[\ \t]+function" is_regex="1" case_insens="1" highlight="keyword" mayfold="1" >
<autocomplete enable="1" />
<autocomplete string="exit function" />
</element>
<element id="e.asp.for" pattern="for" case_insens="1" starts_block="1" mayfold="1" highlight="keyword" />
<element pattern="next" case_insens="1" ends_block="1" blockstartelement="e.asp.for" mayfold="1" highlight="keyword" />
<element id="e.asp.do" pattern="do" case_insens="1" starts_block="1" mayfold="1" highlight="keyword" />
<element pattern="loop" case_insens="1" ends_block="1" blockstartelement="e.asp.do" mayfold="1" highlight="keyword" />
<element id="e.asp.while" pattern="while" case_insens="1" starts_block="1" mayfold="1" highlight="keyword" />
<element pattern="wend" case_insens="1" ends_block="1" blockstartelement="e.asp.while" mayfold="1" highlight="keyword" />
<element id="e.asp.sub" pattern="sub" case_insens="1" starts_block="1" mayfold="1" highlight="keyword" />
<element pattern="end[\ \t]+sub" is_regex="1" case_insens="1" ends_block="1" blockstartelement="e.asp.sub" mayfold="1" highlight="keyword" >
<autocomplete enable="1" />
<autocomplete string="end sub" />
</element>
<element id="e.asp.function" pattern="function" starts_block="1" case_insens="1" mayfold="1" highlight="keyword" />
<element pattern="end[\ \t]+function" is_regex="1" case_insens="1" ends_block="1" blockstartelement="e.asp.function" mayfold="1" highlight="keyword" >
<autocomplete enable="1" />
<autocomplete string="end function" />
</element>
<element id="e.asp.property" pattern="property" starts_block="1" case_insens="1" mayfold="1" highlight="keyword" />
<element pattern="end[\ \t]+property" is_regex="1" case_insens="1" ends_block="1" blockstartelement="e.asp.property" mayfold="1" highlight="keyword" >
<autocomplete enable="1" />
<autocomplete string="end property" />
</element>
<!--
<element pattern="if[\ \t].+[\ \t]then[\ \t]* " starts_block="1" is_regex="1" case_insens="1" mayfold="1" highlight="keyword" >
<autocomplete string="if" />
</element>
<element pattern="end[\ \t]+if" is_regex="1" case_insens="1" ends_block="1" blockstartelement="if[\ \t].+[\ \t]then[\ \t]* " mayfold="1" highlight="keyword" >
<autocomplete enable="1" />
<autocomplete string="end if" />
</element>
<element pattern="if.+then[\ \t]* " starts_block="1" is_regex="1" case_insens="1" mayfold="1" highlight="keyword" >
<autocomplete string="if" />
</element>
<element pattern="end[\ \t]+if" is_regex="1" case_insens="1" ends_block="1" blockstartelement="if.+then[\ \t]* " mayfold="1" highlight="keyword" >
<autocomplete enable="1" />
<autocomplete string="end if" />
</element>
-->
<element id="e.asp.with" pattern="with" starts_block="1" case_insens="1" mayfold="1" highlight="keyword" />
<element pattern="end[\ \t]+with" is_regex="1" case_insens="1" ends_block="1" blockstartelement="e.asp.with" mayfold="1" highlight="keyword" >
<autocomplete enable="1" />
<autocomplete string="end with" />
</element>
<element id="e.asp.select" pattern="select" starts_block="1" case_insens="1" mayfold="1" highlight="keyword" />
<element pattern="end[\ \t]+select" is_regex="1" case_insens="1" ends_block="1" blockstartelement="e.asp.select" mayfold="1" highlight="keyword" >
<autocomplete enable="1" />
<autocomplete string="end select" />
</element>
<element id="e.asp.class" pattern="class" starts_block="1" case_insens="1" mayfold="1" highlight="keyword" />
<element pattern="end[\ \t]+class" is_regex="1" case_insens="1" ends_block="1" blockstartelement="e.asp.class" mayfold="1" highlight="keyword" >
<autocomplete enable="1" />
<autocomplete string="end class" />
</element>
<element pattern="%>" ends_block="1" blockstartelement="e.vbscript" highlight="region" mayfold="1" ends_context="1" />
<element pattern="[0-9.]+" is_regex="1" highlight="value"/>
<element pattern="[a-z][a-z_0-9]*[\$%]?" is_regex="1" case_insens="1" highlight="variable"/>
<!--
<element pattern="[a-z][[a-z_0-9]*" is_regex="1" case_insens="1" highlight="variable"/>
-->
</context>
</element>
<element id="e.asp.comment" pattern="<!--" highlight="html-comment" starts_block="1">
<context symbols="-> 	 " highlight="html-comment">
<element pattern="-->" ends_block="1" blockstartelement="e.asp.comment" highlight="html-comment" mayfold="1" ends_context="1" />
</context>
</element>
<element pattern="&[a-z0-9#]+;" is_regex="1" highlight="entity" />
</context>
</definition>
</bflang>
|