You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`highlight.js` syntax definition for Razor CSHTML.
2
+
3
+
For more about highlight.js, see https://highlightjs.org/
4
+
5
+
CSHTML is a markup language created by Microsoft for ASP.NET MVC and ASP.NET Core applications. It allows to create markup containing both C# and HTML code.
6
+
7
+
For more about the CSHTML Razor syntax here: https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor.
8
+
9
+
### Usage
10
+
11
+
Simply include the `highlight.js` script package in your webpage or node app, load up this module and apply it to `hljs`.
12
+
13
+
If you're not using a build system and just want to embed this in your webpage:
0 commit comments