summaryrefslogtreecommitdiffstats
path: root/2020/info/23.md
blob: f5ca8833de7a8d33c6866690ec4c59d0c6cf91cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Tree-sitter is a parser generator and an incremental parsing library.
emacs-tree-sitter is its most popular Emacs binding, which aims to be
the foundation of Emacs packages that understand source code's
structure.  Examples include better code highlighting, folding,
indexing, structural navigation.

In this talk, I will describe the current state of emacs-tree-sitter's
APIs and functionalities.  I will also discuss areas that need
improvements and contribution from the community.