New blog post: Modern Tree-sitter, part 4: indentation and code folding #227
Daeraxa
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Last time we looked at Tree-sitter’s query system and showed how it can be used to make a syntax highlighting engine in Pulsar. But syntax highlighting is simply the most visible of the various tasks that a language package performs.
Today we’ll look at two other systems — indentation hinting and code folding — and I’ll explain how queries can be used to support each one.
Read now on the Pulsar Blog!
Beta Was this translation helpful? Give feedback.
All reactions