Skip to content

Commit 674774e

Browse files
committed
fix > symbol processing inside strings
1 parent d950f7f commit 674774e

File tree

7 files changed

+198
-101
lines changed

7 files changed

+198
-101
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.1.2] - 2025-06-25
5+
- Fix incorrect processing '>' symbols inside strings in code blocks
6+
- Split tests to simplify its running
7+
48
## [2.1.0] - 2021-04-14
59
- Add the dist directory, and a minified version of the script
610

package-lock.json

Lines changed: 115 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "highlightjs-cshtml-razor",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "highlight.js syntax definition for ASP.NET Razor CSHTML language",
55
"main": "src/languages/cshtml-razor.js",
66
"scripts": {

0 commit comments

Comments
 (0)