-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
decoder: Add support for parenthesis on LHS (map keys & attribute nam…
…es) (#367) * decoder: Fix crash with missing PathContext in LiteralValue * schema: Introduce AllowInterpolatedKeys for Map * schema: Introduce AllowInterpolatedAttrName to Object * decoder: Enable completion within parenthesis in map keys * decoder: Enable completion within parenthesis in object attribute names * decoder: Enable hover within parenthesis in map keys * decoder: Enable hover within parenthesis in object attribute names * decoder: Enable semantic tokens within parenthesis in map keys * decoder: Enable semantic tokens within parenthesis in object attribute names * decoder: Enable reference origins in map keys * decoder: Enable reference origins in object attribute names * Object: Rename AllowInterpolatedAttrName to AllowInterpolatedKeys * decoder: simplify code
- Loading branch information
1 parent
0298dc8
commit f43c272
Showing
19 changed files
with
848 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.