fix(gleam): update parser and queries

This commit is contained in:
Christian Clason 2022-02-27 18:11:44 +01:00 committed by Christian Clason
parent b6ebdaeb44
commit 4d75800991
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@
"revision": "2a6abdaa47fcb91397e09a97c7433fd995ea46c6"
},
"gleam": {
"revision": "0b8f7bcae98847363f8106f7ce8d1db56141ab83"
"revision": "cfcbca3f8f734773878e00d7bfcedea98eb10be2"
},
"glimmer": {
"revision": "ffc91bfd011fd7fac593c3c2f0661c1d21ace3f2"

View file

@ -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