github-linguist / linguist

Language Savant. If your repository's language is being reported incorrectly, send us a pull request!
MIT License
12.26k stars 4.24k forks source link

slnx - new visual studio xml solution format #7083

Open kasperk81 opened 2 weeks ago

kasperk81 commented 2 weeks ago

Language name

Xml Solution File

as shown in new VS preview features: image

image

URL of example repository

https://github.com/search?q=path%3A*slnx&type=code

URL of syntax highlighting grammar

it's generic xml (like used for csproj etc.)

Most popular extensions

*.slnx

Detected language

XML

Example code:

https://github.com/search?q=path:*slnx&type=code

<Solution>
  <Folder Name="/Test/">
    <Project Path="UnitTests\UnitTests.csproj">
      <Configuration Solution="Release|*" Project="*|*|NoBuild" />
    </Project>
  </Folder>
  <Folder Name="/Application/">
    <Project Path="App\App.csproj" />
  </Folder>
</Solution>

and soon it will become popular in dotnet ecosystem https://github.com/dotnet/sdk/issues/40913

danielng620 commented 1 week ago

Tell me how many HML assets there are in the end here