Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

default css class name doesn't match syntax css #63

Open
mountainstorm opened this issue Mar 26, 2018 · 0 comments
Open

default css class name doesn't match syntax css #63

mountainstorm opened this issue Mar 26, 2018 · 0 comments

Comments

@mountainstorm
Copy link

The default class names generated by highlight; keyword, comment etc; don't match those generated by lessc when compiling up a theme.

We should change the default "scopePrefix" in highlights.js to "syntax--" e.g.

      if (this.scopePrefix == null) {
        this.scopePrefix = 'syntax--';
      }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant