Skip to content

Commit 7f680da

Browse files
committed
up readme
1 parent adf8b21 commit 7f680da

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
`highlight.js` syntax definition for Razor CSHTML.
1+
# CSHTML Razor - a language grammar for [highlight.js](https://highlightjs.org/)
22

3-
For more about highlight.js, see https://highlightjs.org/
3+
![version](https://badgen.net/npm/v/highlightjs-cshtml-razor) ![license](https://badgen.net/badge/license/CC0%201.0/blue)
4+
![install size](https://badgen.net/packagephobia/install/highlightjs-cshtml-razor) ![minified size](https://badgen.net/bundlephobia/min/highlightjs-cshtml-razor)
45

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+
CSHTML is a markup language created by Microsoft for ASP.NET MVC, ASP.NET Core and Blazor applications. It allows to create markup containing both C# and HTML code.
67

78
For more about the CSHTML Razor syntax here: https://docs.microsoft.com/en-us/aspnet/core/mvc/views/razor.
89

Diff for: package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
"type": "git",
1111
"url": "git+https://github.com/highlightjs/highlightjs-cshtml-razor.git"
1212
},
13-
"files": [
14-
"cshtml-razor.js"
15-
],
1613
"keywords": [
1714
"cshtml",
1815
"cshtml-razor",
16+
"cshtml-blazor",
1917
"razor-cshtml",
2018
"razor",
2119
"hljs",
@@ -24,7 +22,8 @@
2422
"razor",
2523
"asp.net",
2624
"c#",
27-
"csharp"
25+
"csharp",
26+
"blazor"
2827
],
2928
"author": "RomanResh",
3029
"license": "CC0-1.0",

0 commit comments

Comments
 (0)