diff options
Diffstat (limited to '')
-rw-r--r-- | 2020/info/23.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/2020/info/23.md b/2020/info/23.md index 5f6f9ec1..25811ea5 100644 --- a/2020/info/23.md +++ b/2020/info/23.md @@ -1,6 +1,9 @@ # Incremental Parsing with emacs-tree-sitter Tuấn-Anh Nguyễn +[[!template id=vid src="https://mirror.csclub.uwaterloo.ca/emacsconf/2020/emacsconf-2020--23-incremental-parsing-with-emacs-tree-sitter--tuan-anh-nguyen.webm"]] +[Download .webm video, 720p, 84M](https://mirror.csclub.uwaterloo.ca/emacsconf/2020/emacsconf-2020--23-incremental-parsing-with-emacs-tree-sitter--tuan-anh-nguyen.webm) + 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 |