feat(gleam)!: update parser and queries

Breaking change: `(bit_string_*)` renamed to `(bit_array_*)`
This commit is contained in:
Christian Clason 2025-12-13 14:22:22 +01:00 committed by Christian Clason
parent 74d3999522
commit 74b119812e
2 changed files with 2 additions and 2 deletions

View file

@ -692,7 +692,7 @@ return {
}, },
gleam = { gleam = {
install_info = { install_info = {
revision = 'f4d55f3c5b690d4afe8853da892bc290d96deb34', revision = '0c0c63a07998767b22f0d2655f903611eca6acd0',
url = 'https://github.com/gleam-lang/tree-sitter-gleam', url = 'https://github.com/gleam-lang/tree-sitter-gleam',
}, },
maintainers = { '@amaanq' }, maintainers = { '@amaanq' },

View file

@ -106,7 +106,7 @@
(string) @string (string) @string
; Bit Strings ; Bit Strings
(bit_string_segment) @string.special (bit_array_segment) @string.special
; Numbers ; Numbers
(integer) @number (integer) @number