Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add related entity information to punctuation #506

Open
pgoodman opened this issue Jan 16, 2024 · 1 comment
Open

Add related entity information to punctuation #506

pgoodman opened this issue Jan 16, 2024 · 1 comment
Labels

Comments

@pgoodman
Copy link
Contributor

High priority: ( and ) should relate to CallExprs or ParenExprs, [ and ] to the array access, { and } to the CompoundStmts, etc.

Low priority: if, do, while, etc.

The benefit of doing this is that these will trigger related entity ID-based highligting in the GUI, and thus transparently do things like matching parenthesis highlighting.

@pgoodman
Copy link
Contributor Author

I have started integrating this to some extent in Provenance.cpp for c++ support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant