Go to file
N. Taylor Mullen 03f3975360 Allow directive string tokens to be colorized.
- Without a directive string token having a `SpanKind.Code` it cannot have any sort of C# coloring associated with it.
- Updated tests to reflect new `SpanKind` expectations.

#1269
2017-05-18 10:36:54 -07:00
build Compile CodeGeneration tests 2017-05-16 16:26:47 -07:00
shared/Microsoft.AspNetCore.Razor.TagHelpers.Testing.Sources
src Allow directive string tokens to be colorized. 2017-05-18 10:36:54 -07:00
test Allow directive string tokens to be colorized. 2017-05-18 10:36:54 -07:00
tooling/Microsoft.VisualStudio.RazorExtension Suppress unneeded dlls from Razor VSIX 2017-05-16 14:53:25 -07:00
.editorconfig
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
Razor.sln Compile CodeGeneration tests 2017-05-16 16:26:47 -07:00
appveyor.yml
build.cmd
build.ps1
build.sh
version.props

README.md

Razor

AppVeyor: AppVeyor

Travis: Travis

The Razor syntax provides a fast, terse, clean and lightweight way to combine server code with HTML to create dynamic web content. This repo contains the parser and the C# code generator for the Razor syntax.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.