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 09:42:16 -05:00
committed by GitHub
parent 3f0288e52a
commit d42322ab06
@@ -1 +1,4 @@
("{" @open "}" @close)
("(" @open ")" @close)
("[" @open "]" @close)
("\"" @open "\"" @close)