1
0

Fixes highlighting of numeric constrants

This commit is contained in:
Jip J. Dekker 2016-01-10 23:37:40 +01:00
parent a4ca832b0e
commit 1675166be5

View File

@ -140,7 +140,7 @@
}
{
'match': '([+-]?)\\d+(\\.[^\\.]\\d*)?([eE][-+]?\\d+)?'
'match': '([+-]?)\\d+(\\.\\d*)?([eE][-+]?\\d+)?'
'name': 'constant.numeric.mzn'
}
]