Closed ebousse closed 3 months ago
Related to https://github.com/asciidoctor/asciidoctor-vscode/issues/686 but in this case we might be able to do a fix by updating the grammar.
If you want to take a look: master/syntaxes/Asciidoctor.json and more specifically:
Related to #686 but in this case we might be able to do a fix by updating the grammar.
If you want to take a look: master/syntaxes/Asciidoctor.json and more specifically:
Indeed! Sent a PR with a fix proposal.
I am trying to have syntax highlighting for this piece of asciidoc code in the editor:
Notice that the table end separator is followed by an extraneous space character:
|===
.If processing this code with
asciidoctor
version2.0.23
, the result looks good:Syntax highlighting stops working after the table end separator explained above, as can be seen with
== Subsection 3
and== Subsection 4
remaining in default color:I expected
== Subsection 3
and== Subsection 4
to be colored the same as== Subsection 1
and== Subsection 2
.