16
0

2 Commits

Author SHA256 Message Date
6c8065f210 Accepting request 1324041 from editors:tree-sitter
OBS-URL: https://build.opensuse.org/request/show/1324041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree-sitter-query?expand=0&rev=7
2025-12-22 21:50:13 +00:00
Richard Rahl
64e6bcc8f1 - Update to version 0.8.0:
* fix: allow multiple quantifiers with relaxed ordering
  * fix!: don't parse unquoted predicate args specially
  * feat: support anonymous node subtypes
- Update to version 0.7.0:
  * fix: support predicates without parameters
- Update to version 0.6.2:
  * fix: use token.immediate() on end string quote
  * fix: align escape sequences to the query.c logic
  * fix: disallow $ from identifiers
- Update to version 0.6.1:
  * fix: disallow newlines in strings
- Update to version 0.6.0:
  * fix: once again disallow empty groupings, alternations

OBS-URL: https://build.opensuse.org/package/show/editors:tree-sitter/tree-sitter-query?expand=0&rev=4
2025-12-22 01:50:56 +00:00
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe8c712880a529d454347cd4c58336ac2db22243bae5055bdb5844fb3ea56192
size 45070

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2b23b9a54cffcc999ded4a5d3949daf338bebb7945dece229f832332e6e6a7d
size 40303

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Dec 22 01:20:42 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- Update to version 0.8.0:
* fix: allow multiple quantifiers with relaxed ordering
* fix!: don't parse unquoted predicate args specially
* feat: support anonymous node subtypes
- Update to version 0.7.0:
* fix: support predicates without parameters
- Update to version 0.6.2:
* fix: use token.immediate() on end string quote
* fix: align escape sequences to the query.c logic
* fix: disallow $ from identifiers
- Update to version 0.6.1:
* fix: disallow newlines in strings
- Update to version 0.6.0:
* fix: once again disallow empty groupings, alternations
-------------------------------------------------------------------
Tue Apr 15 12:44:13 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -18,7 +18,7 @@
%define _name query
Name: tree-sitter-query
Version: 0.5.1
Version: 0.8.0
Release: 0
Summary: Query grammar for tree-sitter
License: Apache-2.0