Fix consists of splitting the MiniZinc grammars into separate grammar files
14 lines
239 B
Plaintext
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'
|
|
}
|
|
]
|