mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
feat(gleam)!: update parser and queries
Breaking change: `(bit_string_*)` renamed to `(bit_array_*)`
This commit is contained in:
parent
74d3999522
commit
74b119812e
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@
|
|||
(string) @string
|
||||
|
||||
; Bit Strings
|
||||
(bit_string_segment) @string.special
|
||||
(bit_array_segment) @string.special
|
||||
|
||||
; Numbers
|
||||
(integer) @number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue