neovim: add tree-sitter-jsonc

This commit is contained in:
LavaDesu 2021-09-05 15:57:23 +07:00
parent 2987222270
commit 228e3f02dd
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
callPackage,
inputs
}:
callPackage (inputs.nixpkgs + "/pkgs/development/tools/parsing/tree-sitter/grammar.nix") {} {
language = "jsonc";
version = "1.0.0";
source = inputs.tree-sitter-jsonc;
}