1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
Jip J. Dekker 43d9af2ab6
Fixes the linting error when opening a DZN file
Fix consists of splitting the MiniZinc grammars into separate grammar files
2017-11-16 15:03:17 +11:00

13 lines
229 B
Plaintext

'scopeName': 'source.dzn'
'name': 'MiniZinc Data File'
'comment': 'MiniZinc data files contain the values of parameters declared in a MiniZinc model.'
'fileTypes': [
'dzn'
]
'patterns': [
{
'include': 'source.mzn'
}
]