This repository was archived by the owner on Mar 21, 2022. It is now read-only.
This repository was archived by the owner on Mar 21, 2022. It is now read-only.
Doesn't match last string value in object if followed by a comment #1
Open
Description
This is a great package. One issues stands out to me for the example below:
It seems that any alphanumberic character in a string value that is preceded by a period gets highlighted with the jsonNoQuotes
tag.
So for "USER_ID": ".response.body.id.value" // write instruction
: response, body, id, and value are all highlighted with an error tag
EDIT: it looks like the jsonStringMatch
is not matching on those two lines. Perhaps a lookahead is needed for the comment section?
Metadata
Metadata
Assignees
Labels
No labels