Skip to content

Commit 5918728

Browse files
authored
Correct footnote begin (#931)
1 parent 88ea2d3 commit 5918728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/Asciidoctor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@
841841
"patterns": [
842842
{
843843
"name": "markup.other.footnote.asciidoc",
844-
"begin": "(?<!\\\\)footnote(?:(ref):|:([\\w-]+)?)\\[(?:|(.*?[^\\\\]))\\]",
844+
"begin": "(?<!\\\\)footnote(?:(ref):|:([\\w-]+)?)\\[(?:|(.*?[^\\\\]))",
845845
"beginCaptures": {
846846
"1": {
847847
"name": "entity.name.function.asciidoc"

0 commit comments

Comments
 (0)