Merge pull request #129871 from symphorien/tree-sitter-latex

tree-sitter-latex: init at HEAD
This commit is contained in:
Guillaume Girol 2021-07-14 14:16:27 +00:00 committed by GitHub
commit d9bb47a3c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

View file

@ -16,6 +16,7 @@
tree-sitter-jsdoc = (builtins.fromJSON (builtins.readFile ./tree-sitter-jsdoc.json));
tree-sitter-json = (builtins.fromJSON (builtins.readFile ./tree-sitter-json.json));
tree-sitter-julia = (builtins.fromJSON (builtins.readFile ./tree-sitter-julia.json));
tree-sitter-latex = (builtins.fromJSON (builtins.readFile ./tree-sitter-latex.json));
tree-sitter-lua = (builtins.fromJSON (builtins.readFile ./tree-sitter-lua.json));
tree-sitter-markdown = (builtins.fromJSON (builtins.readFile ./tree-sitter-markdown.json));
tree-sitter-nix = (builtins.fromJSON (builtins.readFile ./tree-sitter-nix.json));

View file

@ -0,0 +1,10 @@
{
"url": "https://github.com/latex-lsp/tree-sitter-latex",
"rev": "7f720661de5316c0f8fee956526d4002fa1086d8",
"date": "2021-05-11T16:35:53+02:00",
"path": "/nix/store/ssqxahrza89qmb97bxas6dvhbqd7w0dr-tree-sitter-latex",
"sha256": "14jfmbv3czs643bggcsi3pyxhf81jirpvg8hxcbcdx1f3fzhs16m",
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
}

View file

@ -74,6 +74,10 @@ let
orga = "cstrahan";
repo = "tree-sitter-nix";
};
"tree-sitter-latex" = {
orga = "latex-lsp";
repo = "tree-sitter-latex";
};
"tree-sitter-lua" = {
orga = "nvim-treesitter";
repo = "tree-sitter-lua";