From e0420e73c9cf4a9fe49d576be313718831a3822d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=E1=BA=A1m=20Huy=20Ho=C3=A0ng?= Date: Mon, 22 Jan 2024 00:42:28 +0900 Subject: [PATCH] fix(wgsl_bevy): Correct formatter mistake Old version of `format-queries` incorrectly took away a space, creating a wrong capture. This is a fixup for that. --- queries/wgsl_bevy/highlights.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queries/wgsl_bevy/highlights.scm b/queries/wgsl_bevy/highlights.scm index 650006f18..2a6a9740c 100644 --- a/queries/wgsl_bevy/highlights.scm +++ b/queries/wgsl_bevy/highlights.scm @@ -14,7 +14,7 @@ (function_declaration (import_path - (identifier) @function.)) + (identifier) @function .)) (import_path (identifier) @module