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

fix: highlight queries conceal too much #28

Closed
wants to merge 1 commit into from

Conversation

justinmk
Copy link
Member

@justinmk justinmk commented Oct 5, 2022

Problem:
The @conceal captures eat whitespace. #23

Solution:
Drop conceal for now, until we find a way to avoid concealing whitespace (either by changing the grammar or adding a "trim" feature to queries).

Problem:
The @conceal captures eat whitespace. neovim#23

Solution:
Drop conceal for now, until we find a way to avoid concealing whitespace
(either by changing the grammar or adding a "trim" feature to queries).
@clason
Copy link
Member

clason commented Oct 5, 2022

Maybe comment them out for now? Makes it easier to re-enable them when things get fixed.

@justinmk
Copy link
Member Author

justinmk commented Oct 9, 2022

May not need this after #31 , where it seems the whitespace issue is fixed.

@justinmk justinmk closed this Oct 9, 2022
@justinmk justinmk deleted the fixquery branch October 9, 2022 18:22
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.

2 participants