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

feat: Basic support for nested tags #268

Merged
merged 1 commit into from
Nov 25, 2023
Merged

Conversation

TheBlob42
Copy link
Contributor

fixes #267

As described in the issue this only solves the basic requirements so that nested tags (like in Obsidian) work correctly in terms of references, symbols and auto completion.

Copy link
Owner

@artempyanykh artempyanykh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @TheBlob42! Looks good! In future, it should be possible to tune the parser to parse nested tags in a more structured way to support additional use-cases (although, just using workspace symbols with fuzzy matching should go a long way)

@artempyanykh artempyanykh merged commit 6522553 into artempyanykh:main Nov 25, 2023
3 checks passed
@Gelio
Copy link

Gelio commented Nov 25, 2023

Thanks, I appreciate adding this!

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

Successfully merging this pull request may close these issues.

Support references and completions for nested tags
3 participants