neovim: add tree-sitter-jsonc
This commit is contained in:
parent
2987222270
commit
228e3f02dd
4 changed files with 29 additions and 0 deletions
9
packages/tree-sitter-jsonc/default.nix
Normal file
9
packages/tree-sitter-jsonc/default.nix
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue