From 00ee32aca990af855c862ed4986197f6530b2da6 Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Mon, 24 Oct 2022 12:29:10 +0300 Subject: [PATCH] highlights(toml): fix captures --- queries/toml/highlights.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/queries/toml/highlights.scm b/queries/toml/highlights.scm index 87e670b40..5255a20ab 100644 --- a/queries/toml/highlights.scm +++ b/queries/toml/highlights.scm @@ -1,8 +1,9 @@ ; Properties ;----------- -(bare_key) @property +(bare_key) @type (quoted_key) @string +(pair (bare_key)) @property ; Literals ;---------