Skip to content

Commit

Permalink
Make strings italic (to match interpolated strings)
Browse files Browse the repository at this point in the history
  • Loading branch information
guidotack committed Jan 6, 2020
1 parent 7b4eca2 commit 2384dbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MiniZincIDE/highlighter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ void Highlighter::highlightBlock(const QString &text)

QTextCharFormat stringFormat;
stringFormat.setForeground(stringColor);
stringFormat.setFontItalic(true);
QTextCharFormat interpolateFormat;
interpolateFormat.setFontItalic(true);

Expand Down

0 comments on commit 2384dbd

Please sign in to comment.