From 806c281b3491b165d01be561f005dada24107363 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sat, 19 Dec 2020 19:22:55 +0100 Subject: feat(users/Profpatsch): moving around via the tree-sitter parse tree Has a little setup to get the cursor position and map it onto a tree sitter node. The current node is saved in a cursor variable, and a highlight overlay marks the range of the current node in the buffer. Change-Id: I0af56115f928732e993fbefe978a246ca7c757ee Reviewed-on: https://cl.tvl.fyi/c/depot/+/2258 Reviewed-by: lukegb Reviewed-by: tazjin Reviewed-by: Profpatsch Tested-by: BuildkiteCI --- third_party/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/default.nix') diff --git a/third_party/default.nix b/third_party/default.nix index 0cb3478cff44..68b1155e2516 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -149,6 +149,7 @@ let texlive thttpd tree + tree-sitter unzip which writeShellScript -- cgit 1.4.1