Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6c8065f210 | |||
|
|
64e6bcc8f1 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe8c712880a529d454347cd4c58336ac2db22243bae5055bdb5844fb3ea56192
|
||||
size 45070
|
||||
3
tree-sitter-query-0.8.0.tar.gz
Normal file
3
tree-sitter-query-0.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2b23b9a54cffcc999ded4a5d3949daf338bebb7945dece229f832332e6e6a7d
|
||||
size 40303
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user