diff --git a/CHANGELOG.md b/CHANGELOG.md index 1994a8ea..4ef40ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - ([GH-241](https://github.com/lingua-pupuli/puppet-vscode/issues/241)) Honor specified tcp port - ([GH-240](https://github.com/lingua-pupuli/puppet-vscode/issues/240)) Add TCP retry functionality - ([GH-296](https://github.com/lingua-pupuli/puppet-vscode/issues/296)) Set document file scheme +- ([GH-289](https://github.com/lingua-pupuli/puppet-vscode/issues/289)) Fix autoindenting for DSL ## 0.10.0 - 2018-03-29 diff --git a/languages/puppet-language-configuration.json b/languages/puppet-language-configuration.json index 00f5d3ac..65bf5a19 100644 --- a/languages/puppet-language-configuration.json +++ b/languages/puppet-language-configuration.json @@ -3,7 +3,7 @@ // symbol used for single line comment. Remove this entry if your language does not support line comments "lineComment": "#", // symbols used for start and end a block comment. Remove this entry if your language does not support block comments - "blockComment": ["#"] + "blockComment": ["/*","*/"] }, // symbols used as brackets "brackets": [