-
Notifications
You must be signed in to change notification settings - Fork 5k
Closed
Labels
Add LanguageGood First IssueThis is a great opportunity to start contributing to LinguistThis is a great opportunity to start contributing to Linguist
Description
Language name
Xml Solution File
as shown in new VS preview features:

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
Metadata
Metadata
Assignees
Labels
Add LanguageGood First IssueThis is a great opportunity to start contributing to LinguistThis is a great opportunity to start contributing to Linguist
