We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e017e77 commit 076b687Copy full SHA for 076b687
syntaxes/Asciidoctor.json
@@ -1974,7 +1974,7 @@
1974
"patterns": [
1975
{
1976
"name": "markup.table.asciidoc",
1977
- "begin": "^(\\|===)$",
+ "begin": "^(\\|===)\\s*$",
1978
"beginCaptures": {
1979
"0": {
1980
"name": "markup.table.delimiter.asciidoc"
@@ -1998,7 +1998,7 @@
1998
"include": "#tables-includes"
1999
}
2000
],
2001
- "end": "^(\\1)$",
+ "end": "^(\\1)\\s*$",
2002
"endCaptures": {
2003
2004
0 commit comments