Reza
ca4d811fa1
Add shproj and projitems extensions to monaco_languages.json ( #39246 )
...
Both ".shproj" and ".projitems" are extensions using by Microsoft Visual
Studio for Shared Projects. The files are standard XML.
## Summary of the Pull Request
## PR Checklist
- [X] **Closes:** #39247
- [ ] **Communication:** I've discussed this with core contributors
already. If work hasn't been agreed, this work might be rejected
- [ ] **Tests:** Added/updated and all pass
- [ ] **Localization:** All end user facing strings can be localized
- [ ] **Dev docs:** Added/updated
- [ ] **New binaries:** Added on the required places
- [ ] [JSON for
signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json )
for new binaries
- [ ] [WXS for
installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs )
for new binaries and localization folder
- [ ] [YML for CI
pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml )
for new test projects
- [ ] [YML for signed
pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml )
- [ ] **Documentation updated:** If checked, please file a pull request
on [our docs
repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys )
and link it here: #xxx
## Detailed Description of the Pull Request / Additional comments
This PR simply adds two new extensions to XML for Monaco preview. Both
extensions are known by Visual Studio.
## Validation Steps Performed
No automated test. Monaco has a configuration file that works like a
dictionary to define supported languages and their extensions. I added
the two extensions to this file for XML language.
---------
Co-authored-by: Gordon Lam (SH) <yeelam@microsoft.com >
2025-08-22 13:02:26 +08:00
Asif Islam
0d71f11fdc
[Monaco]Add support for .resx and .resw preview support. ( #36499 )
...
Added support for .resx and .resw preview support. These files are XML based files so I added the file extensions as part of the registerAdditionalLanguage("xmlExt"...) function.
2025-01-08 16:35:02 +00:00
PesBandi
35b9bcacdb
[Monaco] Use syntax highlighting for .srt ( #35651 )
...
* [FilePreview] Use syntax highlighting for .srt
* Change customTokenColors to customTokenThemeRules
* Ignore text on the same line as a timestamp
* Update tokenization rules
2024-12-03 17:25:35 +00:00
octastylos-pseudodipteros
28304838af
[FilePreview]Add support for descript.ion files ( #35599 )
...
[FilePreview] Add support for descript.ion file
2024-11-28 17:11:28 +00:00
Dave Rayment
6cece12b85
[Peek]Add support for previewing .ahk files as plaintext ( #35538 )
2024-11-22 16:25:01 +00:00
Davide Giacometti
f9127b63a5
[RegistryPreview] Adopt Monaco Editor ( #35122 )
2024-10-24 21:55:51 +02:00