Apply language settings to fzn and dzn
This commit is contained in:
parent
e7c59ff79b
commit
90e7538fc8
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
### Changed
|
||||||
|
- Apply language settings to FZN and DZN files as well
|
||||||
|
|
||||||
## [0.8.1] - 2018-01-24
|
## [0.8.1] - 2018-01-24
|
||||||
### Fixed
|
### Fixed
|
||||||
- Added the forgotten `elseif` keyword
|
- Added the forgotten `elseif` keyword
|
||||||
@ -69,4 +73,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
### Added
|
### Added
|
||||||
- Basic syntax highlighting
|
- Basic syntax highlighting
|
||||||
|
|
||||||
|
|
||||||
|
[Unreleased]: https://github.com/Dekker1/linter-mzn/compare/v0.8.1...HEAD
|
||||||
|
[0.8.1]: https://github.com/Dekker1/linter-mzn/compare/v0.8.0...v0.8.1
|
||||||
[0.8.0]: https://github.com/Dekker1/linter-mzn/compare/v0.7.0...v0.8.0
|
[0.8.0]: https://github.com/Dekker1/linter-mzn/compare/v0.7.0...v0.8.0
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
'.source.mzn':
|
'.source.dzn, .source.fzn, .source.mzn':
|
||||||
'editor':
|
'editor':
|
||||||
'commentStart': '% '
|
'commentStart': '% '
|
||||||
'increaseIndentPattern': '^.*\\([^\\)\\"\']*$'
|
'increaseIndentPattern': '^.*\\([^\\)\\"\']*$'
|
||||||
'decreaseIndentPattern': '^(.*\\*/)?\\s*\\)[;\\s]*$'
|
'decreaseIndentPattern': '^(.*\\*/)?\\s*\\)[;\\s]*$'
|
||||||
|
'foldEndPattern': '^\\s*\\}|^\\s*\\]|^\\s*\\)'
|
||||||
|
Reference in New Issue
Block a user