- Updated the test file
This commit is contained in:
parent
cb7d7e850c
commit
ecc6517eba
|
@ -6,8 +6,8 @@
|
||||||
|
|
||||||
\starttext
|
\starttext
|
||||||
\startPAS
|
\startPAS
|
||||||
normal { Comment } normal
|
{ Comment }
|
||||||
normal {$R- compiler directive} normal
|
{$R- compiler directive }
|
||||||
procedure TForm1.Button1.Click(Sender: TObject);
|
procedure TForm1.Button1.Click(Sender: TObject);
|
||||||
var // Delphi Comment
|
var // Delphi Comment
|
||||||
Number, I, X: Integer;
|
Number, I, X: Integer;
|
||||||
|
@ -40,5 +40,6 @@ comment (* ends} normal
|
||||||
normal (*bold} still bold
|
normal (*bold} still bold
|
||||||
still comment
|
still comment
|
||||||
comment { ends*) normal
|
comment { ends*) normal
|
||||||
|
normal {bold blue} normal {$bold red} normal
|
||||||
\stopPAS
|
\stopPAS
|
||||||
\stoptext
|
\stoptext
|
Loading…
Reference in New Issue