mirror of
https://github.com/fleetdm/fleet
synced 2026-05-10 02:30:56 +00:00
# Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [X] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. # Details This PR adds syntax highlighting for shell scripts and Powershell scripts. It switches highlighting mode based on the extension of the file. **Shell:** <img width="775" alt="image" src="https://github.com/user-attachments/assets/712ef7db-cf33-4bd7-b620-e4b55225ecf5" /> **Powershell:** <img width="773" alt="image" src="https://github.com/user-attachments/assets/8a9fedb8-d8e3-4285-9ae6-d6f17c760e52" />
1 line
No EOL
69 B
Text
1 line
No EOL
69 B
Text
- Added shell and Powershell syntax highlighting when editing scripts |