New package: tree-sitter-vim-0.8.1

This commit is contained in:
classabbyamp
2026-04-17 22:08:56 -04:00
committed by classabbyamp
parent 0f5a922626
commit dfd1701ca0
+15
View File
@@ -0,0 +1,15 @@
# Template file for 'tree-sitter-vim'
pkgname=tree-sitter-vim
version=0.8.1
revision=1
build_style=tree-sitter
short_desc="Vimscript grammar for tree-sitter"
maintainer="classabbyamp <void@placeviolette.net>"
license="MIT"
homepage="https://github.com/tree-sitter-grammars/tree-sitter-vim"
distfiles="https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/refs/tags/v${version}.tar.gz"
checksum=93cafb9a0269420362454ace725a118ff1c3e08dcdfdc228aa86334b54d53c2a
post_install() {
vlicense LICENSE
}