neomacs-project / neomacs

Structural Lisp IDE/computing environment
38 stars 1 forks source link

Use (current-package) for highlighting #34

Open kchanqvq opened 1 week ago

kchanqvq commented 1 week ago

Currently, symbol highlighting are computed in unspecified package.

We should use (current-package) (which searches for in-package top-level from). Is there a way to use it for every symbol in their computed attribute without too much cost?