html查看器可以看pas源码吗,查看源码: CheatEngine55src.rar_SynHighlighterHtml.pas - VerySource...

{-------------------------------------------------------------------------------

The contents of this file are subject to the Mozilla Public License

Version 1.1 (the "License"); you may not use this file except in compliance

with the License. You may obtain a copy of the License at

http://www.mozilla.org/MPL/

Software distributed under the License is distributed on an "AS IS" basis,

WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for

the specific language governing rights and limitations under the License.

The Original Code is: SynHighlighterHTML.pas, released 2000-04-10.

The Original Code is based on the hkHTMLSyn.pas file from the

mwEdit component suite by Martin Waldenburg and other developers, the Initial

Author of this file is Hideo Koiso.

All Rights Reserved.

Contributors to the SynEdit and mwEdit projects are listed in the

Contributors.txt file.

Alternatively, the contents of this file may be used under the terms of the

GNU General Public License Version 2 or later (the "GPL"), in which case

the provisions of the GPL are applicable instead of those above.

If you wish to allow use of your version of this file only under the terms

of the GPL and not to allow others to use your version of this file

under the MPL, indicate your decision by deleting the provisions above and

replace them with the notice and other provisions required by the GPL.

If you do not delete the provisions above, a recipient may use your version

of this file under either the MPL or the GPL.

$Id: SynHighlighterHtml.pas,v 1.25 2005/01/28 16:53:23 maelh Exp $

You may retrieve the latest version of this file at the SynEdit home page,

located at http://SynEdit.SourceForge.net

Known Issues:

-------------------------------------------------------------------------------}

{

@abstract(Provides an HTML highlighter for SynEdit)

@author(Hideo Koiso, converted to SynEdit by Michael Hieke)

@created(1999-11-02, converted to SynEdit 2000-04-10)

@lastmod(2000-06-23)

The SynHighlighterHTML unit provides SynEdit with an HTML highlighter.

}

{$IFNDEF QSYNHIGHLIGHTERHTML}

unit SynHighlighterHtml;

{$ENDIF}

interface

{$I SynEdit.inc}

uses

{$IFDEF SYN_CLX}

QGraphics,

QSynEditTypes,

QSynEditHighlighter,

{$ELSE}

Graphics,

SynEditTypes,

SynEditHighlighter,

{$ENDIF}

SysUtils,

Classes;

const

MAX_ESCAPEAMPS = 249;

EscapeAmps: array[0..MAX_ESCAPEAMPS - 1] of PChar = (

('Α'),         { ?        }  { greek capital alpha }

('Β'),          { ?        }  { greek capital beta }

('Γ'),         { G        }  { greek capital gamma }

('Δ'),         { ?        }  { greek capital delta }

('Ε'),       { ?        }  { greek capital epsilon }

('Ζ'),          { ?        }  { greek capital zeta }

('Η'),           { ?        }  { greek capital eta }

('Θ'),         { T        }  { greek capital theta }

('Ι'),          { ?        }  { greek capital iota }

('Κ'),         { ?        }  { greek capital kappa }

('Λ'),        { ?        }  { greek capital lambda }

('Μ'),            { ?        }  { greek capital mu }

('Ν'),            { ?        }  { greek capital nu }

('Ξ'),            { ?        }  { greek capital xi }

('Ο'),       { ?        }  { greek capital omicron }

('Π'),            { ?        }  { greek capital pi }

('Ρ'),           { ?        }  { greek capital rho }

('Σ'),         { S        }  { greek capital sigma }

('Τ'),           { ?        }  { greek capital tau }

('Υ'),       { ?        }  { greek capital upsilon }

('Φ'),           { F        }  { greek capital phi }

('Χ'),           { ?        }  { greek capital chi }

('Ψ'),           { ?        }  { greek capital psi }

('Ω'),         { O        }  { greek capital omega }

('α'),         { a        }  { greek small alpha }

('β'),          {

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值