Different characters support? #34
Answered
by
abecodes
bartolek153
asked this question in
Q&A
-
Hey, I would like to know if there's some way to 'tabout' from other specific characters. I mean, the ' ; ' at the end of lines (in C language for example). I tried doing changes at the config file but didn't work. |
Beta Was this translation helpful? Give feedback.
Answered by
abecodes
Aug 27, 2022
Replies: 1 comment 2 replies
-
Hi @bartolek153 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
abecodes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @bartolek153
in general it works with all kind of characters, as long as they are part of a treesitter node. The catch is, that we need a start character and a end character to limit the area we want to tabout from, which we wont have with ';' alone.