atom / highlights

Syntax highlighter
https://atom.github.io/highlights
MIT License
530 stars 54 forks source link

Allow users to provide a scope prefix for class names #50

Closed as-cii closed 7 years ago

as-cii commented 7 years ago

Refs: #49.

When not provided, scopePrefix will default to an empty string. In the case of Atom we will need to supply syntax-- in order to match the new style convention. Even though this change is backwards compatible with 1.5.0, I am unable to unpublish the previous major version bump, so as soon as this pull request becomes green I will bump the package's minor version.

/cc: @nathansobo @bcoe