1
0

Accepting request 1170886 from editors

- Update to version 0.1.2.27.239f262:
  * add test of multi-line string literal
  * define our set of reserved identifiers to get around "new {}" conflicts
  * extend reserved identifiers test to include various property name positions

OBS-URL: https://build.opensuse.org/request/show/1170886
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tree-sitter-qmljs?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2024-04-30 15:27:49 +00:00 committed by Git OBS Bridge
commit 325147d4f1
4 changed files with 13 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 29 22:07:09 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
- Update to version 0.1.2.27.239f262:
* add test of multi-line string literal
* define our set of reserved identifiers to get around "new {}" conflicts
* extend reserved identifiers test to include various property name positions
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 15 16:34:39 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de> Fri Mar 15 16:34:39 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>

View File

@ -1,5 +1,5 @@
# #
# spec file for package tree-sitter-qmldir # spec file for package tree-sitter-qmljs
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
@ -19,7 +19,7 @@
%define _name qmljs %define _name qmljs
Summary: QML grammar for tree-sitter Summary: QML grammar for tree-sitter
Name: tree-sitter-%{_name} Name: tree-sitter-%{_name}
Version: 0.1.2.24.9fa49ff Version: 0.1.2.27.239f262
Release: 0 Release: 0
License: MIT License: MIT
Group: Development/Tools/Other Group: Development/Tools/Other