Diff tree-sitter-vim-0.5.0 with a tree-sitter-vim-0.8.1
| /usr/portage/dev-libs/tree-sitter-vim/tree-sitter-vim-0.8.1.ebuild 2026-04-10 12:17:39.607403338 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 |
TS_BINDINGS=( python ) |
|
| 7 | ||
| 8 | 6 |
inherit tree-sitter-grammar |
| 9 | 7 | |
| 10 | 8 |
DESCRIPTION="Vimscript grammar for Tree-sitter" |
| ... | ... | |
| 13 | 11 | |
| 14 | 12 |
LICENSE="MIT" |
| 15 | 13 |
SLOT="0" |
| 16 |
KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86" |
|
| 17 | ||
| 18 |
PATCHES=( |
|
| 19 |
"${FILESDIR}/${PN}-0.5.0-fix-config-add-file-types-to-tree-sitter.patch"
|
|
| 20 |
) |
|
| 14 |
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" |
|