Skip to content

Commit 2758c06

Browse files
authored
Update queries/python.scm
1 parent 9a4b27d commit 2758c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

queries/python.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,5 +655,5 @@ operator: [
655655

656656
(
657657
(string_start) @pairDelimiter
658-
(#match? @pairDelimiter "^\\w")
658+
(#match? @pairDelimiter "^[a-zA-z]+")
659659
)

0 commit comments

Comments
 (0)