Use Iro to generate MiniZinc syntax highlighters
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix the .. operator

+3 -3
+3 -3
minizinc.iro
··· 6 6 ## 7 7 ################################################################ 8 8 9 - name = mzn 9 + name = MiniZinc 10 10 file_extensions [] = mzn, fzn, dzn; 11 11 12 12 ################################################################ ··· 182 182 183 183 : pattern { 184 184 description = set operator 185 - regex \= (\b(?:in|subset|superset|union|diff|symdiff|intersect)\b|\.\.) 185 + regex \= (\b(?:in|subset|superset|union|diff|symdiff|intersect|\.\.)\b) 186 186 styles [] = .operator; 187 187 } 188 188 ··· 455 455 } 456 456 } 457 457 458 - } 458 + }