zoukankan      html  css  js  c++  java
  • UltraEdit 语法高亮 wordfile for Velocity / NVelocity

    修改自:ftp://www.ultraedit.com/wf/velocity.txt
    删除了一些废弃的Html标签,删除原来带大部分属性,把大写改成小写。

    /L13"Velocity" Nocase Noquote HTML_LANG Line Comment = ## Block Comment On = #* Block Comment Off = *#  Block Comment On Alt = <% Block Comment Off Alt =%> String Chars = "' File Extensions = VM vm
    /Delimiters = ~!@%^&*()+=|\{}[]:;"'<> , ?
    /Function String = "name=*">"
    /C1"KeyWords"
    #set #foreach #end #if #else #elseif #parse #macro #stop #include
    /C2"Tags"
    <a </a> <abbr> <abbr </abbr> <acronym> <acronym </acronym> <address>
    <address </address> <area </area
    <b> <b </b> <base <bdo> <bdo </bdo> <bgsound <big> <big </big> <blockquote> <blockquote </blockquote> <body <body> </body> <br <br> <button> </button>
    <caption> <caption </caption> <cite> <cite </cite> <code> <code </code> <col> <colgroup> </colgroup>
    <dd> <dd </dd> <del> <del </del> <dfn> <dfn </dfn> <div> <div </div> <dl> <dl </dl> <dt> <dt </dt>
    <em> <em </em>
    <fieldset> <fieldset </fieldset> <form> <form </form> <frame <frameset </frameset>
    <h1> <h1 </h1> <h2> <h2 </h2> <h3> <h3 </h3> <h4> <h4 </h4> <h5> <h5 </h5> <h6> <h6 </h6> <head> <head </head> <hr> <hr <html> <html </html>
    <i> <i </i> <iframe> </iframe> <img <input> <input <ins> <ins </ins>
    <kbd> <kbd </kbd>
    <label> <label </label> <legend> <legend </legend> <li> <li </li> <link
    <map </map> <meta
    <noframes> </noframes> <noscript> </noscript>
    <object> <object <ol> <ol </ol> <option> <option </option> <optgroup> <optgroup </optgroup>
    <p <p> </p> <param <pre> <pre </pre>
    <q> <q </q>
    <samp> <samp </samp> <script <script> </script> <select </select> <small> <small </small> <span> <span </span> <strong> <strong </strong> <style> <style </style> <sub> <sub </sub> <sup> <sup </sup>
    <table> <table </table> <tbody> <tbody </tbody> <td <td> </td> <textarea <textarea> </textarea> <tfoot> <tfoot </tfoot> <th <th> </th> <thead> <thead </thead> <title> </title> <tr <tr> </tr> <tt> </tt> <tt
    <ul> <ul </ul>
    <var> </var> <var
    /C3"Attributes"
    alt=
    action=
    accesskey=
    cellspacing=
    class=
    dir=
    height=
    href=
    id=
    lang=
    method=
    name=
    src=
    style=
    tabindex=
    title=
    width=
    /C4"Events"
    onblur=
    onchange=
    onclick=
    ondbclick=
    onfocus=
    onkeydown=
    onkeypress=
    onkeyup=
    onload=
    onmousedown=
    onmousemove=
    onmouseover=
    onmouseout=
    onmouseup=
    onreset=
    onselect=
    onsubmit=
    onunload=
    /C5"Methods"
    ** $

  • 相关阅读:
    oracle之rman备份
    oracle数据库经常提示27102 out of memory解决方法
    异构环境oracle数据库迁移dmp文件之exp和imp以及expdp和impdp
    新安装的win7/win10系统,所有驱动都没安装,插入U盘也无法识别解决方法
    oracle使用一条语句批量插入多条数据
    oracle使用flashback时,没有显示undosql
    export的变量另开一个终端失效解决方法
    oracle服务器重启后无法进入系统,登录系统时提示model is unknow
    mysql将某数据库的全部权限赋给某用户,提示1044错误Access denied
    如何取消noarch.rpm包
  • 原文地址:https://www.cnblogs.com/deerchao/p/713376.html
Copyright © 2011-2022 走看看