aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-02-27 18:11:44 +0100
committerChristian Clason <christian.clason@uni-due.de>2022-02-27 18:19:51 +0100
commit4d7580099155065f196a12d7fab412e9eb1526df (patch)
tree5f5db3fef931d2288b3ba0798f9496d27c7bdbc8
parentfix(latex): update parser and queries (diff)
downloadnvim-treesitter-4d7580099155065f196a12d7fab412e9eb1526df.tar
nvim-treesitter-4d7580099155065f196a12d7fab412e9eb1526df.tar.gz
nvim-treesitter-4d7580099155065f196a12d7fab412e9eb1526df.tar.bz2
nvim-treesitter-4d7580099155065f196a12d7fab412e9eb1526df.tar.lz
nvim-treesitter-4d7580099155065f196a12d7fab412e9eb1526df.tar.xz
nvim-treesitter-4d7580099155065f196a12d7fab412e9eb1526df.tar.zst
nvim-treesitter-4d7580099155065f196a12d7fab412e9eb1526df.zip
fix(gleam): update parser and queries
-rw-r--r--lockfile.json2
-rw-r--r--queries/gleam/highlights.scm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lockfile.json b/lockfile.json
index c7687a796..6d62444a7 100644
--- a/lockfile.json
+++ b/lockfile.json
@@ -81,7 +81,7 @@
"revision": "2a6abdaa47fcb91397e09a97c7433fd995ea46c6"
},
"gleam": {
- "revision": "0b8f7bcae98847363f8106f7ce8d1db56141ab83"
+ "revision": "cfcbca3f8f734773878e00d7bfcedea98eb10be2"
},
"glimmer": {
"revision": "ffc91bfd011fd7fac593c3c2f0661c1d21ace3f2"
diff --git a/queries/gleam/highlights.scm b/queries/gleam/highlights.scm
index eadacce61..e1dc969ab 100644
--- a/queries/gleam/highlights.scm
+++ b/queries/gleam/highlights.scm
@@ -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