Closed sla-te closed 6 years ago
No code-highlighting after installing the newest release.
asciidoc-preview
language-asciidoc
[source,java] ---- public class PruefeSchaltjahr { public static void main(String[] args) { int jahr = Integer.parseInt(args[0]); boolean istSchaltJahr; istSchaltJahr = (jahr % 4 == 0); istSchaltJahr = istSchaltJahr && (jahr % 100 != 0); istSchaltJahr = istSchaltJahr || (jahr % 400 == 0); System.out.println(istSchaltJahr); } } ----
Thanks for taking the time to open this issue.
I confirm the bug, a new version coming soon.
You are welcome. Cool, thanks for letting me know :)
Description
No code-highlighting after installing the newest release.
asciidoc-preview
version: 2.12.0language-asciidoc
version: 1.11.0Screenshots
Syntax example