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.
language-mzn/settings/language-mzn.cson
2018-02-07 17:02:39 +11:00

7 lines
237 B
Plaintext

'.source.dzn, .source.fzn, .source.mzn':
'editor':
'commentStart': '% '
'increaseIndentPattern': '^.*\\([^\\)\\"\']*$'
'decreaseIndentPattern': '^(.*\\*/)?\\s*\\)[;\\s]*$'
'foldEndPattern': '^\\s*\\}|^\\s*\\]|^\\s*\\)'