highlightjs/highlight.js

(cpp) Support __ keywords

Open

#2,173 opened on Oct 9, 2019

View on GitHub
 (24 comments) (0 reactions) (0 assignees)JavaScript (3,497 forks)batch import
enhancementgood first issuehelp welcomelanguage

Repository metrics

Stars
 (22,960 stars)
PR merge metrics
 (Avg merge 6m) (2 merged PRs in 30d)

Description

Stems from PR: https://github.com/highlightjs/highlight.js/pull/2020

See the related discussion there.

I'd prefer a separate mode, something like

So someone has to repeat that within every scope in the syntax file, yes? So if KEYWORDS is used 10 times, then they'd need to add that rule to all 50 place also, correct?

It'd be really nice to find a solution to this without a separate mode. This needs a little more though IMHO to see if that's possible before just breaking down and doing that.

Contributor guide