-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Delphi highlighter does nothing #4014
Comments
Maybe @allejo can take a look, this definitely works in the developer tool, so the problem isn't with Highlight.js I don't think. |
Hello, i just added highlight.js to blogger and i have the same issue. |
What browser are you using? |
Ah my bad, delphi isnt in highlight.js/highlight.min.js i had to import delphi.min.js |
Describe the issue
The delphi highlighter appears to be broken, no highlighting occurs.
Which language seems to have the issue?
delphi - not using autohighlight.
Are you using
highlight
orhighlightAuto
?don't know - using https://highlightjs.org/demo to test but I first saw the issue in discourse.
Sample Code to Reproduce
Expected behavior
Keywords (procedure, var, begin, end, exit) should be bold and coloured.
Built in types string and integer should be bold and coloured (different to keywords).
The text was updated successfully, but these errors were encountered: