app-vim/nvim-tree-sitter: Bump to 0_p20230518

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2023-05-18 11:59:05 +02:00
parent f64b912888
commit 3c4253f827
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
DIST nvim-tree-sitter-0_p20230330.gh.tar.gz 320326 BLAKE2B 6055639016e5e1b773661d119f26144ddc38b6f90f8069edd040ce9075a73e9ebc47b84c8859bd98554c71057e49e776ac1496c9b9dfc3aa815cbed6181cb187 SHA512 567b39af78bbd8a883e46dc35e7ef10c0cce79b857829f59b8955d9da97f5ea4ff5ca56541dcd6f48feadfd9f7376985505b88efdd7a655bc34ec61d42d5ce81 DIST nvim-tree-sitter-0_p20230518.gh.tar.gz 353883 BLAKE2B 765ffb164b01a7c98c50365906c3584b7b7d35723040888820cf018e1ef47236f2f07a7d63889f00dbc106cb7dcae791cd544fe2d4784701ab8db83954b368d6 SHA512 cc12e8bfd8a78cd029ab8db7f3bbb4ed61f080c027b327c798e0391de1b5bbbe617436132897cfc1f97e15393bf041cd34422f0f97d46673a0709ee9898969ce

View File

@ -6,7 +6,7 @@ EAPI="8"
LUA_COMPAT=( lua5-{1..4} luajit ) LUA_COMPAT=( lua5-{1..4} luajit )
inherit lua-single vim-plugin inherit lua-single vim-plugin
COMMIT_ID="09275650b8ae262ac173398976093b60e36e01e8" COMMIT_ID="4d0520ee0903eb04c218447b48fa30ffbd4682cc"
DESCRIPTION="neovim plugin: tree sitter support for syntax highlighting" DESCRIPTION="neovim plugin: tree sitter support for syntax highlighting"
HOMEPAGE="https://github.com/nvim-treesitter/nvim-treesitter" HOMEPAGE="https://github.com/nvim-treesitter/nvim-treesitter"