diff options
author | Profpatsch <mail@profpatsch.de> | 2021-01-17T11·32+0100 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2021-01-17T11·37+0000 |
commit | 80e1ece32931530a0a024db9828d197f3fdb1951 (patch) | |
tree | 0a98a447b56c1c4d897025a7ff1ad73eecebdfd5 /third_party | |
parent | f8b3e2a100fdb28cad24948703439d2964c31580 (diff) |
feat(users/Profpatsch): set up a file watcher for tree sitter r/2121
Uses inotify to watch a file and print when it is modified, so we can update the parser and display the sexp on the terminal. Now the setup is good enough to start experiementing with queries on the syntax tree. Change-Id: I091587fc495ff627c79a69a52915aaaa8c51fcd2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2411 Tested-by: BuildkiteCI Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/nixpkgs-exposed/exposed/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/nixpkgs-exposed/exposed/default.nix b/third_party/nixpkgs-exposed/exposed/default.nix index 8c666bbf59c8..32630ca6e2b6 100644 --- a/third_party/nixpkgs-exposed/exposed/default.nix +++ b/third_party/nixpkgs-exposed/exposed/default.nix @@ -13,6 +13,7 @@ avrlibc bashInteractive bat + bc buildBazelPackage buildFHSUserEnv buildGoModule @@ -44,6 +45,7 @@ emacsPackagesGen execline fd + fdtools fetchFromGitHub fetchgit fetchurl @@ -87,9 +89,11 @@ mkShell moreutils nano + ncurses nginx ninja nix + ocamlPackages openssh openssl overrideCC |