Skip to content

Commit 8c961a1

Browse files
committed
(maint) Update Editor Services and Editor Syntax versions
This commit updates Editor Services to 0.21.0 and Editor Syntax 1.3.3. This commit also updates the Changelog with Editor Syntax information.
1 parent 05b89bf commit 8c961a1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1616
- ([GH-55](https://github.com/lingua-pupuli/puppet-editor-services/issues/55)) [puppet-editor-services-0.21.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.21.0) Allow Debug Server to work with Puppet 6
1717
- ([GH-106](https://github.com/lingua-pupuli/puppet-editor-services/issues/106)) [puppet-editor-services-0.21.0](https://github.com/lingua-pupuli/puppet-editor-services/releases/tag/0.21.0) Update puppet-lint to 2.3.6
1818

19+
### Fixed
20+
- ([GH-43](https://github.com/lingua-pupuli/puppet-editor-syntax/issues/43)) [puppet-editor-syntax-1.3.3](https://github.com/lingua-pupuli/puppet-editor-syntax/commit/2ecb3d4b44e7d8b413b91676f39ade0ae0c4b2b4) Fix syntax highlighting for resource references and chain arrows
21+
- ([GH-34](https://github.com/lingua-pupuli/puppet-editor-syntax/issues/34)) [puppet-editor-syntax-1.3.3](https://github.com/lingua-pupuli/puppet-editor-syntax/commit/2ecb3d4b44e7d8b413b91676f39ade0ae0c4b2b4) Comments in hashes should tokenize
22+
1923
### Deprecated
2024

2125
- [maint] Puppet Docker Protocol deprecated in favor of Microsoft Remote Container Extension

editor-components.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"editor-services": {
3-
"release": "0.20.0"
3+
"release": "0.21.0"
44
},
55
"editor-syntax": {
6-
"release": "1.3.2"
6+
"release": "1.3.3"
77
}
88
}

0 commit comments

Comments
 (0)