Files
FireBee_Setup-Dev/tools/qed/fr/syntax/cpp.syn
2023-06-12 09:14:09 +02:00

143 lines
2.8 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;********************************************************
[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Śne de caractŠ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Šre>
From = "'"
To = "'"
Quotechar = "\\"
(Color16)
Color = 9
Selcolor = 9
(Color256)
Color = 9
Selcolor = 9
<ChaŚnage de lignes>
Keyword = "\\"
(Color16)
Color = 15
Selcolor = 15
(Color256)
Color = 15
Selcolor = 15
<Mot-cl>
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 prprocesseur>
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 hexadcimale>
From = "0x","0X"
While = "0"-"9","A"-"F","a"-"f"
(Color16)
Color = 12
Selcolor = 5
(Color256)
Color = 12
Selcolor = 5
<Constante dcimale>
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