Skip to content

Commit e5dbaab

Browse files
committed
Add list to the highlighter keywords
Fixes #227
1 parent 55201c4 commit e5dbaab

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

MiniZincIDE/CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2026-04-24
2+
v2.9.6
3+
- Fix syntax highlighting of the `list` keyword (#227).
4+
15
2026-01-23
26
v2.9.5
37
- Update to MiniZinc 2.9.5.

MiniZincIDE/highlighter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Highlighter::Highlighter(QFont& font, const Theme& theme, bool dm, QTextDocument
3131
<< "\\bendif\\b" << "\\benum\\b" << "\\bfloat\\b"
3232
<< "\\bfunction\\b" << "\\bif\\b" << "\\binclude\\b"
3333
<< "\\bintersect\\b" << "\\bin\\b" << "\\bint\\b"
34-
<< "\\blet\\b" << "\\bmaximize\\b" << "\\bminimize\\b"
34+
<< "\\blet\\b" << "\\blist\\b" << "\\bmaximize\\b" << "\\bminimize\\b"
3535
<< "\\bmod\\b" << "\\bnot\\b" << "\\bof\\b" << "\\boutput\\b"
3636
<< "\\bopt\\b" << "\\bpar\\b" << "\\bpredicate\\b"
3737
<< "\\brecord\\b" << "\\bsatisfy\\b" << "\\bset\\b"

0 commit comments

Comments
 (0)