mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
feat(gleam)!: update parser and queries
Breaking change: `(bit_string_*)` renamed to `(bit_array_*)`
This commit is contained in:
committed by
Christian Clason
parent
74d3999522
commit
74b119812e
@@ -692,7 +692,7 @@ return {
|
||||
},
|
||||
gleam = {
|
||||
install_info = {
|
||||
revision = 'f4d55f3c5b690d4afe8853da892bc290d96deb34',
|
||||
revision = '0c0c63a07998767b22f0d2655f903611eca6acd0',
|
||||
url = 'https://github.com/gleam-lang/tree-sitter-gleam',
|
||||
},
|
||||
maintainers = { '@amaanq' },
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
(string) @string
|
||||
|
||||
; Bit Strings
|
||||
(bit_string_segment) @string.special
|
||||
(bit_array_segment) @string.special
|
||||
|
||||
; Numbers
|
||||
(integer) @number
|
||||
|
||||
Reference in New Issue
Block a user