19
0
Files
tree-sitter-lua/tree-sitter-lua.changes
Richard Rahl 67a719af96 - Update to version 0.5.0:
* fix(queries): re-add removed assignment operator
  * fix: apply operator field to =
  * support lua5.5 grammar

OBS-URL: https://build.opensuse.org/package/show/editors:tree-sitter/tree-sitter-lua?expand=0&rev=6
2026-03-18 09:05:16 +00:00

58 lines
2.0 KiB
Plaintext

-------------------------------------------------------------------
Wed Mar 18 08:59:15 UTC 2026 - Richard Rahl <rrahl0@opensuse.org>
- Update to version 0.5.0:
* fix(queries): re-add removed assignment operator
* fix: apply operator field to =
* support lua5.5 grammar
-------------------------------------------------------------------
Thu Mar 5 21:27:13 UTC 2026 - Björn Kettunen <bjorn.kettunen@thaodan.de>
- Remove redundant Neovim workaround
-------------------------------------------------------------------
Wed Dec 31 14:49:23 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- Update to version 0.4.1:
* feat(grammar): add field name for operators in expressions
-------------------------------------------------------------------
Mon Dec 22 01:01:04 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- Update to version 0.4.0:
* feat(grammar): support luajit binary number
-------------------------------------------------------------------
Mon Mar 31 16:28:15 UTC 2025 - Richard Rahl <rrahl0@opensuse.org>
- update to 0.3.0:
* refactor: use Tree-sitter prefixed calloc/free functions
-------------------------------------------------------------------
Wed Dec 4 23:10:09 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- switch to download_files service
- add devel package
-------------------------------------------------------------------
Sun Sep 15 20:02:18 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- change spec file so that neovim automatically detects the grammar
-------------------------------------------------------------------
Tue Sep 10 08:50:45 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 0.2.0:
* adapt to tree-sitter >= 0.23.0
-------------------------------------------------------------------
Fri Jun 21 23:24:36 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
- switch to the correct upstream (which works with neovim)
-------------------------------------------------------------------
Fri Jun 21 11:41:48 UTC 2024 - Richard Rahl <rrahl0@disroot.org>
- initial packaging