mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
fix(gleam): update parser and queries
This commit is contained in:
parent
b6ebdaeb44
commit
4d75800991
2 changed files with 2 additions and 2 deletions
|
|
@ -128,7 +128,7 @@
|
|||
(field_access record: (identifier) @variable field: (label) @property)
|
||||
|
||||
; Type Constructors
|
||||
(type_constructor_argument label: (label) @property ":" @property)
|
||||
(data_constructor_argument label: (label) @property ":" @property)
|
||||
|
||||
; Type Parameters
|
||||
(type_parameter) @parameter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue