We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d3057 commit 58e0a18Copy full SHA for 58e0a18
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+## [1.2.0] - 2019-09-13
5
+### Added
6
+- Support the @pages directive
7
+- Support razor comments
8
9
+### Changed
10
+- Update dependency on highlight.js
package.json
@@ -1,6 +1,6 @@
{
"name": "highlightjs-cshtml-razor",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "highlight.js syntax definition for ASP.NET Razor CSHTML language",
"main": "cshtml-razor.js",
"scripts": {
0 commit comments