apex-tmLanguage
apex-tmLanguage copied to clipboard
Implementing or extending a type with namespace causes highlighting issue
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 {
//
}
