From c362955c4b77ee6d037ae583c55e07fd03c1aea1 Mon Sep 17 00:00:00 2001 From: PrestonKnopp Date: Thu, 1 May 2025 13:43:41 -0700 Subject: [PATCH] feat(gdscript): rm underscore rule highlight --- queries/gdscript/highlights.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/queries/gdscript/highlights.scm b/queries/gdscript/highlights.scm index cea9093c0..d7d3a648c 100644 --- a/queries/gdscript/highlights.scm +++ b/queries/gdscript/highlights.scm @@ -129,10 +129,10 @@ (#eq? @keyword.operator "new")) ; Match Pattern -[ - (underscore) - (pattern_open_ending) -] @character.special +(pattern_open_ending) @character.special + +((identifier) @character.special + (#eq? @character.special "_")) ; Alternations [