php: Update brackets.scm
(#24558)
Closes #24550 Adds some missing brackets to the PHP language extension.
This commit is contained in:
parent
3f0288e52a
commit
d42322ab06
1 changed files with 3 additions and 0 deletions
|
@ -1 +1,4 @@
|
|||
("{" @open "}" @close)
|
||||
("(" @open ")" @close)
|
||||
("[" @open "]" @close)
|
||||
("\"" @open "\"" @close)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue