Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textDocument/documentHighlight doesn't highlight variables if they're redeclared #140

Closed
rcjsuen opened this issue Aug 7, 2017 · 1 comment
Assignees
Labels

Comments

@rcjsuen
Copy link
Owner

rcjsuen commented Aug 7, 2017

FROM node
ARG var=value
ARG var=value2
RUN echo $var
RUN echo $var

If you select the $var on the two RUN lines, only the second ARG instruction gets highlighted. The first one doesn't.

@rcjsuen rcjsuen added the bug label Aug 7, 2017
@rcjsuen rcjsuen self-assigned this Aug 7, 2017
@rcjsuen rcjsuen closed this as completed in 98601e9 Aug 7, 2017
@rcjsuen
Copy link
Owner Author

rcjsuen commented Aug 7, 2017

Reopening because I wrote the wrong commit message in 98601e9. It should have closed #141, not this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant