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
|
|
@ -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' },
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue