「Delphi」の版間の差分
ナビゲーションに移動
検索に移動
注意書きの追加、見出しの追加 |
ソースコードの追加、ダウンロードの削除 |
||
| 4行目: | 4行目: | ||
構文ファイルのサンプルです。 | 構文ファイルのサンプルです。 | ||
== | == ソースコード == | ||
<pre> | |||
#TagBegin= | |||
#TagEnd= | |||
#CommentBegin1={ | |||
#CommentEnd1=} | |||
#LineComment1=// | |||
#CommentBegin2=(* | |||
#CommentEnd2=*) | |||
#LineComment2= | |||
#SpecialSyntax=None | |||
#ScriptBegin= | |||
#ScriptEnd= | |||
#QuoteSingle=True | |||
#QuoteDouble=False | |||
#QuoteContinue=False | |||
#EscapeCharacter= | |||
#Word Color=0, WholeWord=True, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False | |||
absolute | |||
abstract | |||
and | |||
array | |||
as | |||
asm | |||
assembler | |||
automated | |||
begin | |||
case | |||
cdecl | |||
class | |||
const | |||
constructor | |||
default | |||
destructor | |||
dispid | |||
dispinterface | |||
div | |||
do | |||
downto | |||
dynamic | |||
else | |||
end | |||
except | |||
export | |||
exports | |||
external | |||
far | |||
file | |||
finalization | |||
finally | |||
for | |||
forward | |||
function | |||
goto | |||
if | |||
implementation | |||
in | |||
index | |||
inherited | |||
initialization | |||
inline | |||
interface | |||
is | |||
label | |||
library | |||
message | |||
mod | |||
name | |||
near | |||
nil | |||
nodefault | |||
not | |||
object | |||
of | |||
or | |||
out | |||
override | |||
packed | |||
pascal | |||
private | |||
procedure | |||
program | |||
property | |||
protected | |||
public | |||
published | |||
raise | |||
read | |||
readonly | |||
record | |||
register | |||
repeat | |||
resident | |||
resourcestring | |||
safecall | |||
set | |||
shl | |||
shr | |||
stdcall | |||
stored | |||
string | |||
stringresource | |||
then | |||
threadvar | |||
to | |||
try | |||
type | |||
unit | |||
until | |||
uses | |||
var | |||
virtual | |||
while | |||
with | |||
write | |||
writeonly | |||
xor | |||
</pre> | |||
2025年1月22日 (水) 20:49時点における版
この構文ファイルはMery本体の編集モードに実装されています。
概要
構文ファイルのサンプルです。
ソースコード
#TagBegin=
#TagEnd=
#CommentBegin1={
#CommentEnd1=}
#LineComment1=//
#CommentBegin2=(*
#CommentEnd2=*)
#LineComment2=
#SpecialSyntax=None
#ScriptBegin=
#ScriptEnd=
#QuoteSingle=True
#QuoteDouble=False
#QuoteContinue=False
#EscapeCharacter=
#Word Color=0, WholeWord=True, RightSide=False, RightAll=False, MatchCase=False, InsideTag=False, RegEx=False
absolute
abstract
and
array
as
asm
assembler
automated
begin
case
cdecl
class
const
constructor
default
destructor
dispid
dispinterface
div
do
downto
dynamic
else
end
except
export
exports
external
far
file
finalization
finally
for
forward
function
goto
if
implementation
in
index
inherited
initialization
inline
interface
is
label
library
message
mod
name
near
nil
nodefault
not
object
of
or
out
override
packed
pascal
private
procedure
program
property
protected
public
published
raise
read
readonly
record
register
repeat
resident
resourcestring
safecall
set
shl
shr
stdcall
stored
string
stringresource
then
threadvar
to
try
type
unit
until
uses
var
virtual
while
with
write
writeonly
xor
スポンサーリンク