Fixes highlighting of numeric constrants
This commit is contained in:
parent
a4ca832b0e
commit
1675166be5
@ -140,7 +140,7 @@
|
||||
}
|
||||
|
||||
{
|
||||
'match': '([+-]?)\\d+(\\.[^\\.]\\d*)?([eE][-+]?\\d+)?'
|
||||
'match': '([+-]?)\\d+(\\.\\d*)?([eE][-+]?\\d+)?'
|
||||
'name': 'constant.numeric.mzn'
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user