zoukankan      html  css  js  c++  java
  • UltraEdit支持delphi语法高亮

     

    打开安装目录下的WORDFILE.TXT,加入

    /L14"Delphi" Nocase Line Comment = // Block Comment On = { Block Comment On Alt = (* Block Comment Off = } Block Comment Off Alt = *) Escape Char = ?String Chars = ' File Extensions = pas dpr
    /Delimiters = #$&()*+,-./;<>@[]^{}'
    /Function String = "%^{procedure^}^{function^}"
    /Indent Strings = "begin" "repeat" "asm"
    /Unindent Strings = "end" "until"
    /C1"Reserved words"
    array asm
    begin
    case class const constructor
    destructor dispinterface do downto
    else end except exports
    file final finalization finally for function
    goto
    if implementation inherited initialization inline interface
    label library
    nil
    object of out
    packed procedure program property
    raise record repeat resourcestring
    sealed set static string
    then threadvar to try type
    unit unsafe until
    uses
    var
    while with
    /C2"Directives"
    absolute abstract assembler automated
    cdecl contains
    default dispid dynamic
    export external
    far forward
    implements index
    local
    message
    name near nodefault
    overload override
    package pascal platform private protected public published
    read readonly register reintroduce requires resident
    safecall stdcall stored
    varargs
    virtual
    write writeonly
    /C3"Operators"
    *
    +
    -
    // /
    < <= <>
    > >=
    @
    and as
    div
    in is
    mod
    not
    or
    shl shr
    xor
    /C4"Special symbols"
    #
    $
    &
    (
    (.
    )
    ,
    .
    .)
    ..
    :
    :=
    ;
    [
    ]
    ^
    {
    }

  • 相关阅读:
    Oracle DB管理内存
    DISPLAY变量和xhost(原创)
    CentOS7下swap分区创建(添加),删除以及相关配置
    如何在linux下开启FTP服务
    linux系统下如何挂载NTFS移动硬盘
    Oracle DB 使用RMAN恢复目录
    Oracle数据库联机重定义讲解及错误处理
    linux常用命令
    iptables常用命令
    python打印详细的异常信息
  • 原文地址:https://www.cnblogs.com/whisht/p/2319343.html
Copyright © 2011-2022 走看看