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 c2788f2 commit 3a86442Copy full SHA for 3a86442
cshtml-razor.js
@@ -154,7 +154,7 @@ function hljsDefineCshtmlRazor(hljs) {
154
end: "\\)",
155
returnBegin: true,
156
returnEnd: true,
157
- subLanguage: 'cs',
+ subLanguage: ["cs"],
158
contains: [
159
{
160
begin: "@\\(",
@@ -164,7 +164,7 @@ function hljsDefineCshtmlRazor(hljs) {
164
begin: "\\(",
165
166
subLanguage: 'cs',
167
- contains: [hljs.QUOTE_STRING_MODE, 'self']
+ contains: [hljs.QUOTE_STRING_MODE, 'self', razor_text_block]
168
},
169
razor_text_block,
170
0 commit comments