From df5ab8b40cecda0a00f322765bdc3135dae37c99 Mon Sep 17 00:00:00 2001
From: Erasin <erasinoo@gmail.com>
Date: Tue, 26 Jul 2022 21:31:14 +0800
Subject: [PATCH] Fix: Python hightlight (#3201)

---
 runtime/queries/python/highlights.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtime/queries/python/highlights.scm b/runtime/queries/python/highlights.scm
index b622ced2..1c4d62b2 100644
--- a/runtime/queries/python/highlights.scm
+++ b/runtime/queries/python/highlights.scm
@@ -112,7 +112,7 @@
 (interpolation
   "{" @punctuation.special
   "}" @punctuation.special) @embedded
-"(" ")" "[" "]" "{" "}"] @punctuation.bracket
+["(" ")" "[" "]" "{" "}"] @punctuation.bracket
 
 [
   "-"