Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cpp) constructor support for initializers #3001

Merged
merged 4 commits into from Feb 15, 2021

Conversation

joshgoebel
Copy link
Member

Resolves #1980.

Changes

Detects the : for an initializer sequence and highlights strings and
numbers that appear in the sequence.

Checklist

  • Added markup tests, or they don't apply here because...
  • Updated the changelog at CHANGES.md
  • Added myself to AUTHORS.txt, under Contributors

@joshgoebel joshgoebel changed the title fix(cpp) onstructor support for initializers fix(cpp) constructor support for initializers Feb 14, 2021
Copy link
Collaborator

@egor-rogov egor-rogov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@joshgoebel joshgoebel merged commit 573f778 into highlightjs:master Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(cpp) constructor does not support initializers
2 participants