File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
2323- ([ GH-241 ] ( https://github.com/lingua-pupuli/puppet-vscode/issues/241 ) ) Honor specified tcp port
2424- ([ GH-240 ] ( https://github.com/lingua-pupuli/puppet-vscode/issues/240 ) ) Add TCP retry functionality
2525- ([ GH-296 ] ( https://github.com/lingua-pupuli/puppet-vscode/issues/296 ) ) Set document file scheme
26+ - ([ GH-289 ] ( https://github.com/lingua-pupuli/puppet-vscode/issues/289 ) ) Fix autoindenting for DSL
2627
2728## 0.10.0 - 2018-03-29
2829
Original file line number Diff line number Diff line change 33 // symbol used for single line comment. Remove this entry if your language does not support line comments
44 "lineComment" : " #" ,
55 // symbols used for start and end a block comment. Remove this entry if your language does not support block comments
6- "blockComment" : [" # " ]
6+ "blockComment" : [" /* " , " */ " ]
77 },
88 // symbols used as brackets
99 "brackets" : [
You can’t perform that action at this time.
0 commit comments