initial commit

This commit is contained in:
root
2023-06-12 09:14:09 +02:00
commit b4912f303e
2545 changed files with 209350 additions and 0 deletions

124
tools/qed/fr/syntax/asm.syn Normal file
View File

@@ -0,0 +1,124 @@
;********************************************************
[Source Assembleur Pure M68K]
;********************************************************
Txttype = "s","a"
Active = TRUE
CaseSensitive = FALSE
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
<Commentaire>
From = " *"," *"
From = ";"
To = EOL
(Color2)
Attribs = LIGHT
(Color16)
Color = 11
Selcolor = 3
(Color256)
Color = 11
Selcolor = 3
<Commentaire>
From = "*"
To = EOL
Firstcolumn = TRUE
<Commentaire>
From = "/*"
To = "*/"
<Opcodes (MC 68030)>
Keyword = "abcd","adda","addi","addq","addx","andi","add","and","asl"
Keyword = "asr","bfexts","bfextu","bfclr","bfffo","bfins","bfset","bftst"
Keyword = "bchg","bkpt","bset","btst","bhi","bls","bcc","bcs","bne","beq"
Keyword = "bra","bmi","bpl","bsr","bf","bt","callm","cas2","chk2","cmpa"
Keyword = "cmpi","cmpm","cmp2","cas","chk","clr","cmp","divsl","divul"
Keyword = "dbhi","dbls","dbcc","dbcs","dbne","dbeq","dbra","dbpl","dbmi"
Keyword = "divs","divu","dbf","dbt","eori","extb","eor","exg","ext"
Keyword = "illegal","jmp","jsr","link","lea","lsr","lsl","movea","movec"
Keyword = "movem","movep","moveq","moves","move","muls","mulu","nbcd"
Keyword = "negx","neg","not","ori","or","pack","pea","reset","roxl","roxr"
Keyword = "rol","ror","rtd","rte","rtm","rtr","rts","sbcd","stop","suba"
Keyword = "subi","subq","subx","swap","shi","sls","scc","scs","sne","seq"
Keyword = "smi","spl","sub","sf","st","traphi","trapls","trapcc","trapcs"
Keyword = "trapne","trapeq","trapmi","trappl","trapf","trapt","trapv"
Keyword = "trap","tas","tst","unlk","unpk"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Directive>
Keyword = "*=","asciil","asciiz","align","aline","ascii","bss","comm"
Keyword = "data","dcb","ds","dc","endmod","export","endif","error","exitm"
Keyword = "else","endc","endm","even","end","equ","fline","globl"
Keyword = "include","import","ifnb","ifeq","ifne","ifle","iflt","ifge"
Keyword = "ifgt","iff","ifb","if1","if2","if","lcomm","local","list"
Keyword = "mc68000","mc68010","mc68020","mc68030","mc68040","mc68851"
Keyword = "module","macro","nolist","offset","org","print","page","rept"
Keyword = "reg","super","set","text","ttl","user","xdef","xref"
Keyword = "="
(Color2)
Attribs = ITALIC
(Color16)
Attribs = BOLD
Color = 10
Selcolor = 10
(Color256)
Attribs = BOLD
Color = 10
Selcolor = 10
<Registre>
Keyword = ")+","-(","a0","a1","a2","a3","a4","a5","a6","a7","ccr","d0"
Keyword = "d1","d2","d3","d4","d5","d6","d7","pc","ssp","sp","sr","usp"
Keyword = "(",")"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Octet (byte)>
Keyword = ".b"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Mot (word)>
Keyword = ".w"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Long mot (long)>
Keyword = ".l"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Constante>
From = "#"
While = "<<",">>"
While = "$","+","-",".","0"-"9","A"-"Z","_","a"-"z"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5

134
tools/qed/fr/syntax/c.syn Normal file
View File

@@ -0,0 +1,134 @@
;********************************************************
[Source C]
;********************************************************
Txttype = "c"
Active = TRUE
CaseSensitive = TRUE
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
<Commentaire>
From = "/*"
To = "*/"
(Color2)
Attribs = LIGHT
(Color16)
Color = 11
Selcolor = 3
(Color256)
Color = 11
Selcolor = 3
<Cha<68>ne de caract<63>res>
From = "\""
To = "\""
Quotechar = "\\"
(Color16)
Color = 9
Selcolor = 9
(Color256)
Color = 9
Selcolor = 9
<Tableau (array)>
Keyword = "[","]"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Caract<63>re>
From = "'"
To = "'"
Quotechar = "\\"
(Color16)
Color = 9
Selcolor = 9
(Color256)
Color = 9
Selcolor = 9
<Cha<68>nage de lignes>
Keyword = "\\"
(Color16)
Color = 15
Selcolor = 15
(Color256)
Color = 15
Selcolor = 15
<Mot-cl<63>>
Keyword = "auto","break","continue","cdecl","case","default","do","extern"
Keyword = "else","enum","for","goto","if","pascal","return","sizeof"
Keyword = "switch","typedef","while"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Type de variable>
Keyword = "const","const","char","double","float","int","long","register"
Keyword = "signed","static","struct","short","unsigned","union","volatile"
Keyword = "void"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Type de variable utilisateur>
Keyword = "BOOLEAN","BYTE","LONG","UBYTE","UWORD","ULONG","VOID","WORD"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Directive pr<70>processeur>
Keyword = "#include","#ifndef","#define","#pragma","#ifdef","#endif"
Keyword = "#error","#undef","#elif","#else","#line","#if"
(Color2)
Attribs = BOLD
(Color16)
Color = 15
Selcolor = 15
(Color256)
Color = 15
Selcolor = 15
<Constante hexad<61>cimale>
From = "0x","0X"
While = "0"-"9","A"-"F","a"-"f"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5
<Constante d<>cimale>
From = "1"-"9"
While = ".","0"-"9"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5
<Constante octale>
From = "0"-"7"
While = "0"-"7"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5

142
tools/qed/fr/syntax/cpp.syn Normal file
View File

@@ -0,0 +1,142 @@
;********************************************************
[Source C++]
;********************************************************
Txttype = "cpp","cc","h"
Active = TRUE
CaseSensitive = TRUE
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
<Commentaire>
From = "/*"
To = "*/"
(Color2)
Attribs = LIGHT
(Color16)
Color = 11
Selcolor = 3
(Color256)
Color = 11
Selcolor = 3
<Commentaire>
From = "//"
To = EOL
<Cha<68>ne de caract<63>res>
From = "\""
To = "\""
Quotechar = "\\"
(Color16)
Color = 9
Selcolor = 9
(Color256)
Color = 9
Selcolor = 9
<Tableau (array)>
Keyword = "[","]"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Caract<63>re>
From = "'"
To = "'"
Quotechar = "\\"
(Color16)
Color = 9
Selcolor = 9
(Color256)
Color = 9
Selcolor = 9
<Cha<68>nage de lignes>
Keyword = "\\"
(Color16)
Color = 15
Selcolor = 15
(Color256)
Color = 15
Selcolor = 15
<Mot-cl<63>>
Keyword = "and_eq","auto","asm","and","bitand","break","bitor"
Keyword = "const_cast","continue","cdecl","catch","class","const","compl"
Keyword = "case","dynamic_cast","default","delete","do","explicit"
Keyword = "extern","export","else","enum","friend","false","for","goto"
Keyword = "inline","if","namespace","not_eq","new","not","operator"
Keyword = "or_eq","or","protected","private","pascal","public"
Keyword = "reinterpret_cast","return","static_cast","sizeof","switch"
Keyword = "template","typename","typedef","typeid","throw","this","true"
Keyword = "try","using","virtual","while","xor_eq","xor"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Type de variable>
Keyword = "bool","const","const","char","double","float","int","long"
Keyword = "mutable","register","signed","static","struct","short"
Keyword = "unsigned","union","volatile","void","wchar_t"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Type de variable utilisateur>
Keyword = "BOOLEAN","BYTE","LONG","UBYTE","UWORD","ULONG","VOID","WORD"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Directive pr<70>processeur>
Keyword = "#include","#ifndef","#define","#pragma","#ifdef","#endif"
Keyword = "#error","#undef","#elif","#else","#line","#if"
(Color16)
Color = 15
Selcolor = 15
(Color256)
Color = 15
Selcolor = 15
<Constante hexad<61>cimale>
From = "0x","0X"
While = "0"-"9","A"-"F","a"-"f"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5
<Constante d<>cimale>
From = "0"-"9"
While = ".","0"-"9"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5
<Constante octale>
From = "0"-"7"
While = "0"-"7"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5

View File

@@ -0,0 +1,45 @@
;********************************************************
[ERROR.DAT pour Pure C]
;********************************************************
Txttype = "error.dat"
Active = TRUE
CaseSensitive = TRUE
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
<Alerte (warning)>
Keyword = "Warning(s)","Warning "
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
Color = 11
Selcolor = 3
(Color256)
Attribs = BOLD
Color = 11
Selcolor = 3
<Erreur>
Keyword = "Error(s)","Error "
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
Color = 2
Selcolor = 2
(Color256)
Attribs = BOLD
Color = 2
Selcolor = 2
<Num<75>ro de ligne>
From = "1"-"9"
To = ":"
(Color16)
Color = 4
Selcolor = 5
(Color256)
Color = 4
Selcolor = 5

View File

@@ -0,0 +1,21 @@
;********************************************************
[Fichier HTML]
;********************************************************
Txttype = "htm","html"
Active = TRUE
CaseSensitive = TRUE
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
<Tag>
From = "<"
To = ">"
(Color2)
Attribs = BOLD
(Color16)
Color = 13
Selcolor = 13
(Color256)
Color = 13
Selcolor = 13

View File

@@ -0,0 +1,33 @@
;********************************************************
[Script bash/Mupfel]
;********************************************************
Txttype = "mup"
Active = TRUE
CaseSensitive = TRUE
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
<Commentaire>
From = "#"
To = EOL
(Color2)
Attribs = LIGHT
(Color16)
Color = 11
Selcolor = 3
(Color256)
Color = 11
Selcolor = 3
<Mot-cl<63>>
Keyword = "break","case","done","do","export","elif","else","esac","exit"
Keyword = "function","for","fi","if","in","return","select","then","until"
Keyword = "while"
Keyword = "."
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD

View File

@@ -0,0 +1,78 @@
;********************************************************
[Source Pascal]
;********************************************************
Txttype = "pas","i"
Active = TRUE
CaseSensitive = FALSE
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
<Commentaire>
From = "(*"
To = "*)"
(Color2)
Attribs = LIGHT
(Color16)
Color = 11
Selcolor = 3
(Color256)
Color = 11
Selcolor = 3
<Commentaire>
From = "{"
To = "}"
<Cha<68>ne de caract<63>res>
From = "'"
To = "'"
(Color16)
Color = 9
Selcolor = 9
(Color256)
Color = 9
Selcolor = 9
<Type de variable>
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
<Mot-cl<63>>
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
<Constante hexad<61>cimale>
From = "$"
While = "0"-"9","A"-"F","a"-"f"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5
<Constante d<>cimale>
From = "0"-"9"
While = ".","0"-"9"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5

View File

@@ -0,0 +1,88 @@
;********************************************************
[Script pour Scripter]
;********************************************************
Txttype = "sic"
Active = TRUE
CaseSensitive = TRUE
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
<Commentaire>
From = "/*"
To = "*/"
(Color2)
Attribs = LIGHT
(Color16)
Color = 11
Selcolor = 3
(Color256)
Color = 11
Selcolor = 3
<Commentaire>
From = "//"
To = EOL
<Cha<68>ne de caract<63>res>
From = "\""
To = "\""
Quotechar = "\\"
(Color16)
Color = 9
Selcolor = 9
(Color256)
Color = 9
Selcolor = 9
<Tableau (array)>
Keyword = "[","]"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Caract<63>re>
From = "'"
To = "'"
Quotechar = "\\"
(Color16)
Color = 9
Selcolor = 9
(Color256)
Color = 9
Selcolor = 9
<Mot-cl<63>>
Keyword = "auto","break","continue","cdecl","catch","case","default","do"
Keyword = "extern","else","enum","function","forever","for","goto","if"
Keyword = "local","pascal","proc","return","sizeof","switch","typedef"
Keyword = "try","uses","while","with"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Constante hexad<61>cimale>
From = "0x","0X"
While = "0"-"9","A"-"F","a"-"f"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5
<Constante d<>cimale>
From = "0"-"9"
While = ".","0"-"9"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5

View File

@@ -0,0 +1,48 @@
;********************************************************
[Source ST-Guide]
;********************************************************
Txttype = "stg"
Active = TRUE
CaseSensitive = TRUE
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz"
<Commentaire>
From = "#"
To = EOL
(Color2)
Attribs = LIGHT
(Color16)
Color = 11
Selcolor = 3
(Color256)
Color = 11
Selcolor = 3
<Commandes>
Keyword = "@autorefoff","@autorefon","@indexoff","@database","@hostname"
Keyword = "@keywords","@wordwrap","@default","@endnode","@indexon"
Keyword = "@subject","@include","@options","@tabsize","@endtree","@alabel"
Keyword = "@extern","@symbol","@limage","@author","@remark","@define"
Keyword = "@height","@master","@label","@pnode","@width","@endif","@alias"
Keyword = "@noref","@image","@$VER:","@index","@title","@dnode","@help"
Keyword = "@next","@node","@prev","@else","@xref","@uses","@line","@rbox"
Keyword = "@tree","@font","@toc","@box","@(c)","@if"
Keyword = "@os","@charset","@lang","@inputenc"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Commandes sp<73>ciales>
From = "@{"
To = "}"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD

View File

@@ -0,0 +1,92 @@
;********************************************************
[Fichier syntaxique QED]
;********************************************************
Txttype = "syn","syn_cfg.qed"
Active = TRUE
CaseSensitive = FALSE
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
<Commentaire>
From = ";"
To = EOL
(Color2)
Attribs = LIGHT
(Color16)
Color = 11
Selcolor = 3
(Color256)
Color = 11
Selcolor = 3
<Cha<68>ne de caract<63>res>
From = "\""
To = "\""
Quotechar = "\\"
(Color16)
Color = 9
Selcolor = 9
(Color256)
Color = 9
Selcolor = 9
<Mot-cl<63>>
Keyword = "attribs","active","bold","casesensitive","color","eol"
Keyword = "firstcolumn","false","from","italic","keyword","light","nested"
Keyword = "none","quotechar","selcolor","txttype","token","true","to"
Keyword = "while"
Keyword = "="
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Descripteur de fichier>
From = "["
To = "]"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
Color = 2
Selcolor = 2
(Color256)
Attribs = BOLD
Color = 2
Selcolor = 2
<Description de r<>gle>
From = "<"
To = ">"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
Color = 10
Selcolor = 10
(Color256)
Attribs = BOLD
Color = 10
Selcolor = 10
<R<>solution>
From = "(color"
To = ")"
(Color2)
Attribs = BOLD, ITALIC
(Color16)
Attribs = BOLD, ITALIC
(Color256)
Attribs = BOLD, ITALIC
<Constante d<>cimale>
From = "1"-"9"
While = ".","0"-"9"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5

126
tools/qed/fr/syntax/udo.syn Normal file
View File

@@ -0,0 +1,126 @@
;********************************************************
[Source UDO]
;********************************************************
Txttype = "u","ui"
Active = TRUE
CaseSensitive = TRUE
Token = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
<Commentaire>
From = "#"
To = EOL
(Color2)
Attribs = LIGHT
(Color16)
Color = 11
Selcolor = 3
(Color256)
Color = 11
Selcolor = 3
<Commande>
Keyword = "!html_merge_subsubsubnodes","!html_merge_subsubsubnodes"
Keyword = "!html_merge_subsubnodes","!html_merge_subsubnodes"
Keyword = "!use_alias_inside_index","!use_alias_inside_index"
Keyword = "!use_auto_subsubsubtocs","!use_auto_subsubsubtocs"
Keyword = "!use_label_inside_index","!use_label_inside_index"
Keyword = "!use_nodes_inside_index","!use_nodes_inside_index"
Keyword = "!win_medium_compression","!no_toc_subsubsubnodes"
Keyword = "!no_toc_subsubsubnodes","!win_high_compression"
Keyword = "!html_merge_subnodes","!html_merge_subnodes"
Keyword = "!ignore_subsubsubtoc","!ignore_subsubsubtoc"
Keyword = "!no_verbatim_umlaute","!use_auto_subsubtocs"
Keyword = "!use_auto_subsubtocs","!no_toc_subsubnodes"
Keyword = "!no_toc_subsubnodes","!use_chapter_images"
Keyword = "!win_inline_bitmaps","!win_inline_bitmaps","!begin_description"
Keyword = "!ignore_bottomline","!universal_charset","!universal_charset"
Keyword = "!use_justification","!use_output_buffer","!begin_flushright"
Keyword = "!begin_sourcecode","!html_merge_nodes","!html_merge_nodes"
Keyword = "!ignore_subsubtoc","!ignore_subsubtoc","!sort_hyphen_file"
Keyword = "!subsubsubheading","!use_auto_subtocs","!use_auto_subtocs"
Keyword = "!begin_enumerate","!begin_flushleft","!end_description"
Keyword = "!htag_img_suffix","!html_img_suffix","!html_img_suffix"
Keyword = "!html_img_suffix","!ignore_headline","!no_toc_subnodes"
Keyword = "!no_toc_subnodes","!psubsubsubnode*","!psubsubsubnode*"
Keyword = "!stg_no_database","!tableofcontents","!tableofcontents"
Keyword = "!tableofcontents","!use_ansi_tables","!use_ansi_tables"
Keyword = "!begin_appendix","!begin_appendix","!begin_document"
Keyword = "!begin_document","!begin_document","!begin_verbatim"
Keyword = "!end_flushright","!end_sourcecode","!html_use_xlist"
Keyword = "!no_bottomlines","!psubsubsubnode","!psubsubsubnode"
Keyword = "!subsubsubnode*","!subsubsubnode*","!table_caption*"
Keyword = "!use_short_envs","!use_style_book","!win_background"
Keyword = "!autoref_items","!begin_itemize","!end_enumerate"
Keyword = "!end_flushleft","!html_backpage","!html_keywords"
Keyword = "!html_nodesize","!ignore_subtoc","!ignore_subtoc"
Keyword = "!image_counter","!listoffigures","!rtf_charwidth"
Keyword = "!rtf_charwidth","!rtf_no_tables","!subsubheading"
Keyword = "!subsubsubnode","!subsubsubnode","!table_caption"
Keyword = "!table_caption","!table_counter","!use_about_udo"
Keyword = "!use_justified","!use_short_toc","!win_charwidth"
Keyword = "!win_charwidth","!begin_center","!chapterimage","!end_appendix"
Keyword = "!end_appendix","!end_document","!end_document","!end_document"
Keyword = "!end_verbatim","!ignore_index","!ignore_index","!ignore_links"
Keyword = "!listoftables","!no_headlines","!no_headlines","!programimage"
Keyword = "!psubsubnode*","!psubsubnode*","!rtf_monofont","!rtf_propfont"
Keyword = "!subsubsubtoc","!use_formfeed","!verbatimsize","!win_propfont"
Keyword = "!authorimage","!begin_blist","!begin_ilist","!begin_quote"
Keyword = "!begin_table","!begin_table","!begin_tlist","!begin_xlist"
Keyword = "!end_itemize","!no_preamble","!psubsubnode","!psubsubnode"
Keyword = "!subsubnode*","!subsubnode*","!tex_lindner","!tex_lindner"
Keyword = "!end_center","!no_effects","!no_effects","!no_effects"
Keyword = "!no_numbers","!no_numbers","!no_umlaute","!no_umlaute"
Keyword = "!subheading","!subsubnode","!subsubnode","!tex_strunk"
Keyword = "!tex_strunk","!toc_offset","!begin_raw","!begin_raw"
Keyword = "!end_blist","!end_ilist","!end_quote","!end_table","!end_table"
Keyword = "!end_tlist","!end_xlist","!html_name","!html_name","!maketitle"
Keyword = "!maketitle","!maketitle","!no_images","!no_quotes","!no_quotes"
Keyword = "!no_quotes","!no_quotes","!no_xlinks","!no_xlinks","!psubnode*"
Keyword = "!psubnode*","!smallskip","!subsubtoc","!subsubtoc","!subsubtoc"
Keyword = "!tex_emtex","!tex_emtex","!tex_emtex","!use_xlist","!code_dos"
Keyword = "!code_dos","!code_dos","!code_hp8","!code_hp8","!code_hp8"
Keyword = "!code_iso","!code_iso","!code_iso","!code_mac","!code_mac"
Keyword = "!code_mac","!code_tos","!code_tos","!code_tos","!item [ ]"
Keyword = "!language","!man_type","!no_index","!no_index","!parwidth"
Keyword = "!psubnode","!psubnode","!rinclude","!rinclude","!subnode*"
Keyword = "!subnode*","!tabwidth","!tabwidth","!tabwidth","!tex_verb"
Keyword = "!vinclude","!vinclude","!vinclude","!autoref","!autoref"
Keyword = "!bigskip","!country","!end_raw","!end_raw","!heading"
Keyword = "!heading","!ifndest","!ifndest","!ifnlang","!ifnlang"
Keyword = "!include","!include","!include","!man_lpp","!medskip"
Keyword = "!newpage","!program","!program","!subnode","!subnode"
Keyword = "!tex_dpi","!tex_dpi","!version","!author","!define","!define"
Keyword = "!hyphen","!hyphen","!hyphen","!ifdest","!ifdest","!iflang"
Keyword = "!iflang","!ifnset","!ifnset","!ifnset","!image*","!pnode*"
Keyword = "!pnode*","!sloppy","!sloppy","!street","!subtoc","!subtoc"
Keyword = "!subtoc","!tex_2e","!=htag","!=html","!=info","!=ldoc","!alias"
Keyword = "!break","!email","!endif","!endif","!fussy","!fussy","!hline"
Keyword = "!hline","!ifnos","!ifnos","!ifset","!ifset","!ifset","!image"
Keyword = "!image","!index","!index","!label","!label","!macro","!macro"
Keyword = "!node*","!node*","!pnode","!pnode","!short","!short","!title"
Keyword = "!title","!unset","!unset","!unset","!=aqv","!=asc","!=man"
Keyword = "!=pch","!=rtf","!=stg","!=tex","!=win","!date","!date","!else"
Keyword = "!else","!htag","!html","!ifos","!ifos","!info","!item","!ldoc"
Keyword = "!node","!node","!node","!town","!aqv","!asc","!man","!nop"
Keyword = "!pch","!rtf","!set","!set","!set","!stg","!tex","!toc","!win"
Keyword = "!if"
(Color2)
Attribs = BOLD
(Color16)
Attribs = BOLD
(Color256)
Attribs = BOLD
<Commande sp<73>ciale>
From = "(!"
To = ")"
(Color16)
Attribs = BOLD
Color = 12
Selcolor = 5
(Color256)
Attribs = BOLD
Color = 12
Selcolor = 5