implement very basic highlighting
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
let
|
||||
tree-sitter-nixshell = pkgs.callPackage ./. { };
|
||||
tree-sitter-nix-shell = pkgs.callPackage ./. { };
|
||||
in
|
||||
pkgs.mkShell {
|
||||
inherit (tree-sitter-nixshell) nativeBuildInputs;
|
||||
inherit (tree-sitter-nix-shell) nativeBuildInputs;
|
||||
# to manually build, once in this shell, just run
|
||||
# `tree-sitter generate`
|
||||
}
|
||||
|
Reference in New Issue
Block a user