8000
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 fdec037 commit d9f1cdbCopy full SHA for d9f1cdb
src/languages/javascript.js
@@ -282,8 +282,8 @@ export default function(hljs) {
282
'[^()]*(\\(' +
283
284
'[^()]*' +
285
- '\\))*[^()]*' +
286
+ '\\)[^()]*)*' +
287
'\\)|' + hljs.UNDERSCORE_IDENT_RE + ')\\s*=>',
288
returnBegin: true,
289
end: '\\s*=>',
@@ -373,8 +373,8 @@ export default function(hljs) {
373
374
375
376
377
378
'\\)\\s*\\{', // end parens
379
returnBegin:true,
380
contains: [
0 commit comments