[[!sidebar content=""]] [[!meta title="Tree-sitter beyond syntax highlighting"]] [[!meta copyright="Copyright © 2022 Abin Simon"]] [[!inline pages="internal(2022/info/treesitter-nav)" raw="yes"]] # Tree-sitter beyond syntax highlighting Abin Simon (IRC: meain on libera.chat, Matrix: @meain:matrix.org, ) [[!inline pages="internal(2022/info/treesitter-before)" raw="yes"]] Tree sitter has seen a lot of development recently, but more often than not folks are only aware of its use for syntax highliting. The idea of this talk is to introduce some other usecases where they could benefit from tree-sitter. This talk will be an overview of the kind of things that they will be able to do with tree-sitter with demos but won't go in depth into how they would all of them. The presentation will link to the resources mentioned during the talk where folks can learn more about each of them. This session will introduce them to things like (not final list): - textobjects using tree-sitter: - Folding using tree-sitter: - Navigating config headings: - Using tree-sitter for narrowing: - Intelligent snippets using tree-sitter: - Using tree-sitter to get which-func like functionality: - Some useful tree-sitter functions: tree-sitter-save-excursion [[!inline pages="internal(2022/info/treesitter-after)" raw="yes"]] [[!inline pages="internal(2022/info/treesitter-nav)" raw="yes"]] [[!taglink CategoryTreeSitter]]