Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slnx - new visual studio xml solution format #7083

Open
kasperk81 opened this issue Oct 9, 2024 · 1 comment · May be fixed by #7084
Open

slnx - new visual studio xml solution format #7083

kasperk81 opened this issue Oct 9, 2024 · 1 comment · May be fixed by #7084
Labels
Add Language Good First Issue This is a great opportunity to start contributing to Linguist

Comments

@kasperk81
Copy link

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 dotnet/sdk#40913

@kasperk81 kasperk81 added Add Language Good First Issue This is a great opportunity to start contributing to Linguist labels Oct 9, 2024
@danielng620
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Add Language Good First Issue This is a great opportunity to start contributing to Linguist
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants