Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Implementing or extending a type with namespace causes highlighting issue #50

Open
GeorgePreece opened this issue Jan 30, 2022 · 0 comments

Comments

@GeorgePreece
Copy link

Details

Implementing or extending a type with a namespace causes a highlighting issues where, the namespace is scopes with entity.name.type.implements.apex and the type is un-scoped.

Repro

class ServiceImpl implements IService {

}

class ServiceImpl implements Namespace.IService {
	//
}

image

muenzpraeger added a commit to muenzpraeger/apex-tmLanguage that referenced this issue Nov 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant