php: Update brackets.scm (#24558)

Closes #24550 
Adds some missing brackets to the PHP language extension.
This commit is contained in:
Finn Evers 2025-02-10 15:42:16 +01:00 committed by GitHub
parent 3f0288e52a
commit d42322ab06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +1,4 @@
("{" @open "}" @close)
("(" @open ")" @close)
("[" @open "]" @close)
("\"" @open "\"" @close)