We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 745ae03 + c7d7236 commit 3270f85Copy full SHA for 3270f85
src/languages.json
@@ -5715,6 +5715,21 @@
5715
"wrap": "false",
5716
"searchable": "true"
5717
},
5718
+ {
5719
+ "type": "data",
5720
+ "extensions": [
5721
+ ".sln"
5722
+ ],
5723
+ "tmScope": "source.solution",
5724
+ "aceMode": "text",
5725
+ "languageId": 849523096,
5726
+ "name": "Microsoft Visual Studio Solution",
5727
+ "aliases": [
5728
+ "microsoft visual studio solution"
5729
5730
+ "wrap": "false",
5731
+ "searchable": "true"
5732
+ },
5733
{
5734
"type": "programming",
5735
"searchable": "true",
0 commit comments