Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

(Goto) labels not given scope #47

Open
detly opened this issue Nov 7, 2017 · 0 comments
Open

(Goto) labels not given scope #47

detly opened this issue Nov 7, 2017 · 0 comments

Comments

@detly
Copy link

detly commented Nov 7, 2017

In the default C highlighting, labels are given the scope entity.name.label. In C Improved, they aren't.

It's easy to miss since I think a lot of schemes ignore it, but I'm hoping to fix that for the ones that I use.

Sample code (I couldn't get a screenshot including the scope lists for some reason):

int main(void)
{
    goto beach;

beach:
    return 0;
}

Bring up the scope list (ctrl+alt+shift+p on my machine) on beach:.

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