mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
We weren’t semantically highlighting references to actors because we missed the `ref_actor` case from the sourcekitd `annotations` response. Fixes #694 rdar://104573568