initial commit
This commit is contained in:
78
tools/qed/de/syntax/pas.syn
Normal file
78
tools/qed/de/syntax/pas.syn
Normal file
@@ -0,0 +1,78 @@
|
||||
|
||||
;********************************************************
|
||||
[Pascal-Quelltext]
|
||||
;********************************************************
|
||||
Txttype = "pas","i"
|
||||
Active = TRUE
|
||||
CaseSensitive = FALSE
|
||||
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
|
||||
|
||||
|
||||
<Kommentar>
|
||||
From = "(*"
|
||||
To = "*)"
|
||||
(Color2)
|
||||
Attribs = LIGHT
|
||||
(Color16)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
(Color256)
|
||||
Color = 11
|
||||
Selcolor = 3
|
||||
|
||||
<Kommentar>
|
||||
From = "{"
|
||||
To = "}"
|
||||
|
||||
<Zeichenkette>
|
||||
From = "'"
|
||||
To = "'"
|
||||
(Color16)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
(Color256)
|
||||
Color = 9
|
||||
Selcolor = 9
|
||||
|
||||
<Variablentypen>
|
||||
Keyword = "array","alfa","boolean","byte","char","integer","long_integer"
|
||||
Keyword = "of","packed","real","short_integer","string","text"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Schl<68>sselworte>
|
||||
Keyword = "and","begin","const","case","downto","div","do","external"
|
||||
Keyword = "exit","else","end","function","forward","for","goto","if","in"
|
||||
Keyword = "label","loop","mod","not","otherwise","or","procedure"
|
||||
Keyword = "program","repeat","set","type","then","to","until","var"
|
||||
Keyword = "while","with"
|
||||
(Color2)
|
||||
Attribs = BOLD
|
||||
(Color16)
|
||||
Attribs = BOLD
|
||||
(Color256)
|
||||
Attribs = BOLD
|
||||
|
||||
<Hex-Konstanten>
|
||||
From = "$"
|
||||
While = "0"-"9","A"-"F","a"-"f"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
|
||||
<Dezimal-Konstanten>
|
||||
From = "0"-"9"
|
||||
While = ".","0"-"9"
|
||||
(Color16)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
(Color256)
|
||||
Color = 12
|
||||
Selcolor = 5
|
||||
Reference in New Issue
Block a user