-
|
Hi! First of all, thank you for this project - I struggled to find Java libraries with which I can highlight source code, but it's a breeze to build one with Tree-sitter. 💙🧡 To identify, e.g., keywords I need to know for each |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It's better to use |
Beta Was this translation helpful? Give feedback.
It's better to use
TSNode#getType()in my opinion. It's stable and and matches the name in the s-expression.