Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Comment folding #333

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Comment folding #333

wants to merge 3 commits into from

Conversation

icecream17
Copy link

Requirements

  • All new code requires tests to ensure against regressions

Description of the Change

Add comment block folding in the tree-sitter grammar

Possible Drawbacks

Currently not working - trying to figure out tree-sitter scopes

Applicable Issues

atom/atom#22329

icecream17 added 3 commits May 2, 2021 11:26
the single quote string matches ', so we need to add an additional escaped backslash: \' with \\\'
the double quote string matches ", same thing. But we don't need to escape the quote, only the backslash: \" with \\"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant