Skip to content

Commit

Permalink
Added Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr committed Nov 11, 2014
1 parent 8eace29 commit 9444d07
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RoslynColorizer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 14.0.22129.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RoslynColorizer", "RoslynColorizer\RoslynColorizer.csproj", "{1EC486EE-EE95-4159-A186-84EDF5B2EC29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC7EA05A-4257-47E3-A403-D080B0DE096D}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Sample Visual Studio "14" Classifier

This is a sample editor extension for Visual Studio "14" that uses the
Roslyn APIs to highlight parameter variables and field variables in distinctive
colors to make them easily recognizable.

The code is fairly simple, but it is not currently written using the
Async APIs in Roslyn.

0 comments on commit 9444d07

Please sign in to comment.