home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / con2v766.zip / colore01.zip / includes / net / aspps.hrc < prev    next >
Text File  |  2000-02-17  |  2KB  |  61 lines

  1. <!--
  2.     Active Server Pages
  3. With Help of:
  4.     Safin Timur <timur@lanit.ru>
  5. -->
  6.  
  7. <Scheme Name="AspPSInclude">
  8.    <Block Start="/(\<\%)/" End="/(\%\>)/" Scheme="PerlScript4Asp"
  9.           Color0="AspText" Color1="HtTag" Color2="HtTag">
  10. </Scheme>
  11.  
  12. <Scheme Name="PerlScript4Asp">
  13.    <RegExp Start="/(\/\/.*)$/" Color0="dComments" Prior="Low">
  14.    <RegExp Start="/(\#.*)$/" Color0="dComments" Prior="Low">
  15.    <RegExp Start="/(\<[^\s]*?\>)/" Color0="PlOther" Prior="Low">
  16.    <Include Scheme="Perl">
  17. </Scheme>
  18.  
  19.  
  20. <Scheme Name="HtmlJSWithAspPS">
  21.    <Block Start='/"/' End='/"/x' Scheme="AspPSInclude" Color0="dStrings">
  22.    <Block Start='/\x27/x' End='/\x27/x' Scheme="AspPSInclude" Color0="dStrings">
  23.    <Include Scheme="AspPSInclude">
  24.    <Include Scheme="JScript">
  25. </Scheme>
  26. <Scheme Name="HtmlVBWithAspPS">
  27.    <Block Start='/"/x' End='/"/x' Scheme="AspPSInclude" Color0="dStrings">
  28.    <Include Scheme="AspPSInclude">
  29.    <Include Scheme="VBScript">
  30. </Scheme>
  31. <Scheme Name="HtmlPSWithAspPS">
  32.    <Block Start='/"/x' End='/"/x' Scheme="AspPSInclude" Color0="dStrings">
  33.    <Include Scheme="AspPSInclude">
  34.    <Include Scheme="PerlScript4Asp">
  35. </Scheme>
  36.  
  37. <Scheme Name="HtmlTag4AspPS">
  38.    <Block Start='/"/' End='/"/' Scheme="AspPSInclude" Color0="dStrings">
  39.    <Block Start="/'/" End="/'/" Scheme="AspPSInclude" Color0="dStrings">
  40.    <Include Scheme="AspPSInclude">
  41.    <Include Scheme="HtmlBaseTag">
  42. </Scheme>
  43.  
  44. <!-- Html Codes -->
  45. <Scheme  Name="Html4AspPS">
  46.    <!-- Scripts -->
  47.    <Block  Start='/(\<script[^>]+language\s*=("?(perlscript)[\d\.]*"?)[^>]*>)\m/i'
  48.            End="/(\<\/SCRIPT\>)/i" Scheme="HtmlPSWithAspPS" Color1="HtTag" Color4="HtTag" Color2="HtString">
  49.    <Block  Start='/(\<script[^\>]+language\s*=("?(javascript)|(jscript)[\d\.]*"?)[^\>]*\>)\m/i'
  50.            End="/(\<\/SCRIPT\>)/i" Scheme="HtmlJSWithAspPS" Color1="HtTag" Color5="HtTag" Color2="HtString">
  51.    <Block  Start='/(\<script[^>]+language\s*=("?vbscript[\d\.]*"?)[^>]*>)\m/i'
  52.            End="/(\<\/SCRIPT\>)/i" Scheme="HtmlVBWithAspPS" Color1="HtTag" Color3="HtTag" Color2="HtString">
  53.    <Block  Start="/(\<script .*? \>) /ix" End="/(\<\/SCRIPT\>)/i"
  54.            Scheme="HtmlJSWithAspPS" Color1="HtTag" Color2="HtTag">
  55.  
  56.    <Include Scheme="HtmlBase">
  57.  
  58.    <!-- Tags -->
  59.    <Block Start="/\M(<\/?\w+)/i" End="/>\m/" Scheme="HtmlTag4AspPS">
  60. </Scheme>
  61.