Skip to content

Commit d461d36

Browse files
committed
tree-sitter-heex: update to 0.9.0.
Add new nodes to support HTML entities (e.g. &amp;, &lbrace;, &rbrace;) Add injection queries for <style>/<script> tags and style/onEVENT attributes Support :key HEEx special attributes on tags, components, and slots Support all reserved do-end keywords as partial expression values
1 parent 9945611 commit d461d36

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

textproc/tree-sitter-heex/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.3 2025/01/31 17:58:44 wiz Exp $
1+
# $NetBSD: Makefile,v 1.4 2026/03/29 17:15:09 wiz Exp $
22

3-
DISTNAME= tree-sitter-heex-0.8.0
3+
DISTNAME= tree-sitter-heex-0.9.0
44
CATEGORIES= textproc devel
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=phoenixframework/}
66
GITHUB_TAG= v${PKGVERSION_NOREV}

textproc/tree-sitter-heex/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.3 2025/01/31 17:58:44 wiz Exp $
1+
$NetBSD: distinfo,v 1.4 2026/03/29 17:15:09 wiz Exp $
22

3-
BLAKE2s (tree-sitter-heex-0.8.0.tar.gz) = 0af32bcb4e14a514a162408d5f3219a246c49cba6aaabc8b0a3f8ef3353437c5
4-
SHA512 (tree-sitter-heex-0.8.0.tar.gz) = 749a5ab1b6e7d5468fcd6e3234cd77c74adaaaaf436c01c1ae52be07de18a62613eba8d380ef55dcc2139b1ec3764f2040511c4eadc81112b3473f28a886a8d0
5-
Size (tree-sitter-heex-0.8.0.tar.gz) = 35101 bytes
3+
BLAKE2s (tree-sitter-heex-0.9.0.tar.gz) = 59ca9cc9f5d1efa832b8d0eb288d98e84721f74213587da4241bdc103f9fe28a
4+
SHA512 (tree-sitter-heex-0.9.0.tar.gz) = 9d885e62f1636edd40f947d8ae2aec384b045a340597cf0844890ce38e54f0539665e658d01a33cc7ea1d7fa77020bf67f8dc1b522b15027122bfc40a69ac05e
5+
Size (tree-sitter-heex-0.9.0.tar.gz) = 44112 bytes

0 commit comments

Comments
 (0)