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

off-by-one error in document-highlight for symbols that are imported #106

Closed
6cdh opened this issue Jun 30, 2023 · 0 comments · Fixed by #107
Closed

off-by-one error in document-highlight for symbols that are imported #106

6cdh opened this issue Jun 30, 2023 · 0 comments · Fixed by #107

Comments

@6cdh
Copy link
Contributor

6cdh commented Jun 30, 2023

e.rkt

#lang racket

(provide g)

(define (g x) x)

In d.rkt, highlight a symbol f that defined in this file:

Screenshot_20230630_091911

highlight a symbol g that is imported from e.rkt:

Screenshot_20230630_092232

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

Successfully merging a pull request may close this issue.

1 participant