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

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