mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-31 06:50:10 +00:00
php: Add bracket highlighting (#15881)
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
Docs / Check formatting (push) Waiting to run
Improved PHP extension by adding bracket highlighting Release Notes: - N/A Screenshot: <img width="402" alt="image" src="https://github.com/user-attachments/assets/4dd02b41-8637-49b8-b3ce-41791227f945"> <img width="537" alt="image" src="https://github.com/user-attachments/assets/b6dc7091-4588-460b-9051-4675eb0df538">
This commit is contained in:
parent
b19f85f9b5
commit
4f69336024
1 changed files with 1 additions and 0 deletions
1
extensions/php/languages/php/brackets.scm
Normal file
1
extensions/php/languages/php/brackets.scm
Normal file
|
@ -0,0 +1 @@
|
|||
("{" @open "}" @close)
|
Loading…
Reference in a new issue