Skip to content

Commit

Permalink
tree-sitter.grammars.lua: init
Browse files Browse the repository at this point in the history
  • Loading branch information
teto committed Oct 14, 2020
1 parent b7b62de commit 29e5f73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
javascript = (builtins.fromJSON (builtins.readFile ./tree-sitter-javascript.json));
jsdoc = (builtins.fromJSON (builtins.readFile ./tree-sitter-jsdoc.json));
json = (builtins.fromJSON (builtins.readFile ./tree-sitter-json.json));
lua = (builtins.fromJSON (builtins.readFile ./tree-sitter-lua.json));
php = (builtins.fromJSON (builtins.readFile ./tree-sitter-php.json));
python = (builtins.fromJSON (builtins.readFile ./tree-sitter-python.json));
ruby = (builtins.fromJSON (builtins.readFile ./tree-sitter-ruby.json));
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"url": "https://github.com/nvim-treesitter/tree-sitter-lua",
"rev": "278b0ea1f1f3d86afc86faaca0cbbf6c01182a54",
"date": "2020-09-08T18:29:23+02:00",
"path": "/nix/store/xkaqsw030bf6zd6pivrzrg3d50j1ka1k-tree-sitter-lua",
"sha256": "0i8jdp0bbl02h58hfhpild4v3rvy8yk5r5l90navvfxw4ad4f6f3",
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
}

0 comments on commit 29e5f73

Please sign in to comment.