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

  • 相关阅读:
    3.1 创建模型-实体属性
    3. 创建模型
    2.1 DbContext
    2. EF Core 如何显示执行的SQL语句
    1.1 为现有数据库生成实体模型
    1. EF Core 概述
    【2020-08-01】人生十三信条
    【一句日历】2020年8月
    【2020-07-31】一个像我一样精力充沛的孩子
    【2020-07-30】强大内心是自己的义务
  • 原文地址:https://www.cnblogs.com/whisht/p/2319343.html
Copyright © 2011-2022 走看看