• 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"
    #
    $
    &
    (
    (.
    )
    ,
    .
    .)
    ..
    :
    :=
    ;
    [
    ]
    ^
    {
    }

  • 相关阅读:
    2019.1.5JavaScript
    SQL常用删改增语句
    PHP连接数据库
    PHP数组函数
    PHP字符串常用函数
    PHP 类型判断方法
    jQuery效果
    jQuery特性
    倒计时
    判断浏览器及其内核
  • 原文地址:https://www.cnblogs.com/whisht/p/2319343.html
Copyright © 2020-2023  润新知