First step at detecting dollar quoted strings. Dollar quotes
are now recognized by the lexical analyzer. Plan is to let the parser decide how to handle the content.
This commit is contained in:
parent
56bd304756
commit
45515f936b
4 changed files with 53 additions and 4 deletions
|
|
@ -28,6 +28,7 @@ private:
|
|||
QTextCharFormat m_quotedStringFormat;
|
||||
QTextCharFormat m_typeFormat;
|
||||
QTextCharFormat m_quotedIdentifierFormat;
|
||||
QTextCharFormat m_parameterFormat;
|
||||
|
||||
t_SymbolSet m_typeNames;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue