------------------------------------------------------------------- Tue Dec 31 09:40:40 UTC 2024 - Richard Rahl - update to 0.23.5: * build(npm): update deps - update to 0.23.6: * feat(highlights): highlight decorator names as a function * feat: add left and right fields to type_alias_statement * feat: allow type in generic types * feat: add fields in except_clause * build(npm): bump deps * chore: regenerate ------------------------------------------------------------------- Wed Dec 4 23:18:53 UTC 2024 - Richard Rahl - update to 0.23.4: * ci(publish): add attestations and generate parser - update to 0.23.3: * build: update bindings - update to 0.23.2: * chore: regenerate * build: update bindings * fix: correct test - update to 0.23.1: * build: update bindings - update to 0.23.0: * build: regenerate and update bindings * fix(go): correct test * fix: move go.mod to root dir * fix: allow "not in" & "is not" to be queried * fix: give match the same priority as normal identifiers * fix: allow octal escapes with 1 to 3 digits * fix(build): correct Makefile version * chore: update gitignore & remove build remnant * build: update makefile for macos installation - switch to download_files service - add neovim links - add devel package ------------------------------------------------------------------- Mon Apr 29 22:04:04 UTC 2024 - Björn Bidar - Update to version 0.21.0: * fix: don't parse the `l` suffix in floats, allow trailing commas in type parameters * feat: improve bindings * fix(queries): use last-precedence for highlights * fix: regenerate with operator precedence fix ------------------------------------------------------------------- Sun Feb 25 17:55:33 UTC 2024 - Björn Bidar - Initial packaging for openSUSE - Update to version 0.20.4: * chore: generate * feat: add detailed pattern matching support * fix: use _Static_assert instead of static_assert * feat: update ci script, add python repo * chore: update tests * chore: generate * fix(scanner): don't dedent inside f-strings, skip newlines following a backslash in raw strings * feat: support Python 3.12 * chore: update tests