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

  • 相关阅读:
    SQliteDatabase详解
    Eclipse常用快捷键
    Android 省市区三级联动
    关于安卓9patch图片的探究
    9patch
    Day3_UI布局--FXQ
    day2-UI布局
    Day01_扩展_Genymotion模拟器的使用
    React Examples
    React项目结构
  • 原文地址:https://www.cnblogs.com/whisht/p/2319343.html
Copyright © 2011-2022 走看看