tree-sitter-qmljs/tree-sitter-qmljs.changes
Richard Rahl 53c43f9431 - update to 0.2.0:
* merge with dev
  * regenerate
  * accept multiple pragma values
  * add make rule to review parser changes in qtdeclarative repo
  * allow string literal in pragma values
  * define our set of reserved identifiers to get around "new {}" conflicts
  * add test of multi-line string literal
  * include tree_sitter/parser.h as local header
  * remove queries from rust binding
  * feat: migrate to tree-sitter.json

OBS-URL: https://build.opensuse.org/package/show/editors:tree-sitter/tree-sitter-qmljs?expand=0&rev=3
2025-01-03 23:03:07 +00:00

63 lines
2.5 KiB
Plaintext

-------------------------------------------------------------------
Thu Jan 2 05:35:16 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 0.2.0:
* merge with dev
* regenerate
* accept multiple pragma values
* add make rule to review parser changes in qtdeclarative repo
* allow string literal in pragma values
* define our set of reserved identifiers to get around "new {}" conflicts
* add test of multi-line string literal
* include tree_sitter/parser.h as local header
* remove queries from rust binding
* feat: migrate to tree-sitter.json
-------------------------------------------------------------------
Wed Dec 11 23:21:22 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- disable devel package (for now)
-------------------------------------------------------------------
Wed Dec 4 23:29:49 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- format spec file like the other grammars
- add neovim links
- enable devel package
-------------------------------------------------------------------
Sun Jul 07 13:53:19 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
- Update to version 0.1.2.41.febf48a:
* remove queries from rust binding
* bump rust binding dependencies and reorder highlights queries accordingly
* don't mark my Makefile as linguist-generated
* include package-lock.json in version control
* include tree_sitter/parser.h as local header
-------------------------------------------------------------------
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>
- Initial packaging for openSUSE
- Update to version 0.1.2.24.9fa49ff:
* bump tree-sitter-typescript to 0.20.5
* 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
* bump tree-sitter-typescript to c604297f8197b468026f2ea32119935887e01c67 (v0.20.3)
* use our version of nested_identifier to represent an ImportId
* update src/typescript-scanner.h
* cargo: fix repository URL (#1)
* include queries/*.scm symlinks in master branch (fixes #1)
* unexclude generated sources from master branch