Merge pull request #156535 from gravndal/tree-sitter-lua

tree-sitter-lua: switch to MunifTanjim's parser
This commit is contained in:
Bernardo Meurer 2022-01-25 23:32:33 -08:00 committed by GitHub
commit c3b9059630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
{
"url": "https://github.com/nvim-treesitter/tree-sitter-lua",
"rev": "6f5d40190ec8a0aa8c8410699353d820f4f7d7a6",
"date": "2021-08-02T15:13:28+02:00",
"path": "/nix/store/h1bhl291jac001w2c8fxi9w7dsqxq5q0-tree-sitter-lua",
"sha256": "05ash0l46s66q9yamzzh6ghk8yv0vas13c7dmz0c9xljbjk5ab1d",
"url": "https://github.com/MunifTanjim/tree-sitter-lua",
"rev": "2e372ad0af8c6a68ba39f107a2edc9e3fc19ecf1",
"date": "2022-01-21T16:10:07+06:00",
"path": "/nix/store/6gpfn7bvv92b6rjw40kpmgvvvzb07j26-tree-sitter-lua",
"sha256": "1vyjix2vsrxkcwm0hbcc5i81c0a552mg7x639m6zxr6wh0ca4nsm",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,

View file

@ -105,7 +105,7 @@ let
repo = "tree-sitter-latex";
};
"tree-sitter-lua" = {
orga = "nvim-treesitter";
orga = "MunifTanjim";
repo = "tree-sitter-lua";
};
"tree-sitter-fennel" = {