add missing 'ADDRUN' to the musredit highlighter.
Build and Deploy Documentation / build-and-deploy (push) Successful in 31s
Build and Deploy Documentation / build-and-deploy (push) Successful in 31s
This commit is contained in:
@@ -155,9 +155,9 @@ PMsrHighlighter::PMsrHighlighter(QTextDocument *parent)
|
||||
// =========================================================================
|
||||
// BLOCK HEADERS
|
||||
// =========================================================================
|
||||
QStringList block_keywords = {"FITPARAMETER", "THEORY", "FUNCTIONS",
|
||||
"GLOBAL", "RUN", "COMMANDS",
|
||||
"FOURIER", "PLOT", "STATISTIC"};
|
||||
QStringList block_keywords = {"FITPARAMETER", "THEORY", "FUNCTIONS",
|
||||
"GLOBAL", "RUN", "ADDRUN",
|
||||
"COMMANDS", "FOURIER", "PLOT", "STATISTIC"};
|
||||
AddRule(block_keywords, fBlockFormat);
|
||||
|
||||
// =========================================================================
|
||||
|
||||
Reference in New Issue
Block a user