Skip to content

Not highlighting correctly #105

@alvarotrigo

Description

@alvarotrigo

I posted this issue originally on the the highlight.js repository but I guess the problem is on this port rather than on the JS library itself:
highlightjs/highlight.js#3743

Describe the issue

Having something like this:

  const optionToSelect = $options.find(item => item.text ===text);

The whole optionToSelect = $options.find( gets the same color without separating the find function.
I'm not using auto-detection.

Picture:
image

image

Here's the right coloring using the latest version of the JS component highlight.js. Notice the "find" gets colored.
https://jsfiddle.net/chy5nd72/

Sample Code to Reproduce

This is how jsfiddle shows it:
image

This is how Prism.js shows it:
image

Expected behavior
It should look more like this:
image

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    outdated languagesThe language definition is likely outdated from upstream

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions