Skip to content

Commit

Permalink
Merge pull request #6 from adamvoss/anchorRefs
Browse files Browse the repository at this point in the history
 Add support for anchor references
  • Loading branch information
adamvoss authored Jul 1, 2017
2 parents 38d5e9e + b955ef1 commit e56f641
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 0.0.5
- Add support for anchor references.

## 0.0.4
- Properly disable completion suggestions. This fixes all the errors that were generated by Visual Studio Code trying to get completion information.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Schemas are handled exactly [same way they are with JSON in Visual Studio Code](
[extension]: https://code.visualstudio.com/docs/extensionAPI/extension-points#_contributesjsonvalidation

## Known Issues
- No support has been implemented for anchor reference or includes. ([relevant code](https://github.com/adamvoss/vscode-yaml-languageservice/blob/e878a9636fc3cf43d9105c8c1ba02f02fea6d18c/src/parser/yamlParser.ts#L237-L242))
- No support has been implemented for include references. ([relevant code](https://github.com/adamvoss/vscode-yaml-languageservice/blob/9199669d241f8fb5fde801399c4cd5abd0bc6d52/src/parser/yamlParser.ts#L243-L247))
- Only one document is supported per file.
- Color decorators (`yaml.colorDecorators.enable`) do not work even when enabled.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yaml",
"displayName": "YAML",
"description": "YAML for Visual Studio Code",
"version": "0.0.4",
"version": "0.0.5",
"publisher": "adamvoss",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit e56f641

Please sign in to comment.