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 highlight of quasiquote of Scheme #1459

Merged
merged 1 commit into from
Mar 8, 2017
Merged

Fix highlight of quasiquote of Scheme #1459

merged 1 commit into from
Mar 8, 2017

Conversation

Kraks
Copy link
Contributor

@Kraks Kraks commented Feb 23, 2017

The quasiquote should be treated as same as quote.

For example, in current syntax schema, the code ```(add 1 2) and '(add 1 2) are highlighted differently. (Note there is only one quasiquote)
The add in quasiquote example is in bold style but should not.
This patch fixes this.

@isagalaev isagalaev merged commit 5d1e7fb into highlightjs:master Mar 8, 2017
@isagalaev
Copy link
Member

Merged. Thanks for your contribution!

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.

2 participants