Skip to content

Commit

Permalink
Fixed a serious typo. New point release due.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lischke committed Dec 23, 2018
1 parent 86b7c2b commit 597d4c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -224,7 +224,7 @@ This is a settings object named **antlr4.format** with the following members:

This is a settings object named **antlr4.debug** with the following members:

* **visualPparseTreeHorizontal**: boolean (default: true) Determines if parse trees by default use the horizontal layout (when true) or the vertical orientation (when false).
* **visualParseTreeHorizontal**: boolean (default: true) Determines if parse trees by default use the horizontal layout (when true) or the vertical orientation (when false).
* **visualParseTreeClustered**: boolean (default: false) When set to true parse trees will align their terminal nodes on a single row or column (depending on the orientation).

## Known Issues
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,7 +7,7 @@
"color": "#2789e1",
"theme": "dark"
},
"version": "2.1.0",
"version": "2.1.1",
"publisher": "mike-lischke",
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
Expand Down Expand Up @@ -321,7 +321,7 @@
"type": "object",
"description": "Debugging related settings",
"default": {
"visualPparseTreeHorizontal": true,
"visualParseTreeHorizontal": true,
"visualParseTreeClustered": false
},
"properties": {
Expand Down

0 comments on commit 597d4c5

Please sign in to comment.