Merge pull request #13280 from jordan-woyak/input-expressions-highlighting

InputCommon/DolphinQt: Fix sometimes broken syntax highlighting in IOWindow.
This commit is contained in:
JMC47 2025-02-02 02:01:34 -05:00 committed by GitHub
commit 8291cff46d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 90 additions and 71 deletions

View file

@ -197,6 +197,5 @@ private:
ParseResult ParseExpression(const std::string& expr);
ParseResult ParseTokens(const std::vector<Token>& tokens);
void RemoveInertTokens(std::vector<Token>* tokens);
} // namespace ciface::ExpressionParser