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

14 lines
239 B
Plaintext

'scopeName': 'source.fzn'
'name': 'FlatZinc'
'comment': 'FlatZinc is the target constraint modelling language into which MiniZinc models are translated'
'fileTypes': [
'fzn'
'ozn'
]
'patterns': [
{
'include': 'source.mzn'
}
]