languages: Add shebang highlight support for Bash (#48064)
ozacod
and
ozacod
created
Highlights the shebang line as a directive instead of a comment.
Before:
<img width="316" height="99" alt="before"
src="https://github.com/user-attachments/assets/d77a7fbd-4610-4282-b48a-c994d37401b6"
/>
After:
<img width="316" height="99" alt="after"
src="https://github.com/user-attachments/assets/7861ba9e-f64d-45be-aa0a-9e98a82b3746"
/>
Release Notes:
- Added shebang highlight support for Bash
Co-authored-by: ozacod <ozacod@users.noreply.github.com>