Skip to content

Commit

Permalink
up readme
Browse files Browse the repository at this point in the history
  • Loading branch information
romanresh committed Apr 15, 2021
1 parent adf8b21 commit 7f680da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
`highlight.js` syntax definition for Razor CSHTML.
# CSHTML Razor - a language grammar for [highlight.js](https://highlightjs.org/)

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

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.
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.

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

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@
"type": "git",
"url": "git+https://github.com/highlightjs/highlightjs-cshtml-razor.git"
},
"files": [
"cshtml-razor.js"
],
"keywords": [
"cshtml",
"cshtml-razor",
"cshtml-blazor",
"razor-cshtml",
"razor",
"hljs",
Expand All @@ -24,7 +22,8 @@
"razor",
"asp.net",
"c#",
"csharp"
"csharp",
"blazor"
],
"author": "RomanResh",
"license": "CC0-1.0",
Expand Down

0 comments on commit 7f680da

Please sign in to comment.