jeapostrophe / racket-langserver

Other
262 stars 24 forks source link

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

Closed 6cdh closed 1 year ago

6cdh commented 1 year ago

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