|
4 | 4 | "If you want to provide a fix or improvement, please create a pull request against the original repository.", |
5 | 5 | "Once accepted there, we are happy to receive an update request." |
6 | 6 | ], |
7 | | - "version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/d64818b45a51ad281d0eececa06fccb8c3767fe4", |
| 7 | + "version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/eb3898715b50d7911377a650e383a768a3a21f25", |
8 | 8 | "name": "Markdown", |
9 | 9 | "scopeName": "text.html.markdown", |
10 | 10 | "patterns": [ |
|
122 | 122 | "contentName": "meta.embedded.block.html", |
123 | 123 | "patterns": [ |
124 | 124 | { |
125 | | - "include": "text.html.derivative" |
| 125 | + "include": "text.html.basic" |
126 | 126 | } |
127 | 127 | ] |
128 | 128 | } |
|
386 | 386 | "contentName": "meta.embedded.block.php", |
387 | 387 | "patterns": [ |
388 | 388 | { |
389 | | - "include": "text.html.derivative" |
| 389 | + "include": "text.html.basic" |
390 | 390 | }, |
391 | 391 | { |
392 | 392 | "include": "source.php" |
|
1855 | 1855 | "name": "markup.fenced_code.block.markdown" |
1856 | 1856 | }, |
1857 | 1857 | "heading": { |
1858 | | - "match": "(?:^|\\G)[ ]{0,3}((#{1,6})\\s*(?=[\\S[^#]]).*?\\s*(#{1,6})?)$\\n?", |
| 1858 | + "match": "(?:^|\\G)[ ]{0,3}((#{1,6})\\s+(?=[\\S[^#]]).*?\\s*(#{1,6})?)$\\n?", |
1859 | 1859 | "captures": { |
1860 | 1860 | "1": { |
1861 | 1861 | "patterns": [ |
1862 | 1862 | { |
1863 | | - "match": "(#{6})\\s*(?=[\\S[^#]])(.*?)\\s*(\\s+#+)?$\\n?", |
| 1863 | + "match": "(#{6})\\s+(?=[\\S[^#]])(.*?)\\s*(\\s+#+)?$\\n?", |
1864 | 1864 | "name": "heading.6.markdown", |
1865 | 1865 | "captures": { |
1866 | 1866 | "1": { |
|
1875 | 1875 | } |
1876 | 1876 | }, |
1877 | 1877 | { |
1878 | | - "match": "(#{5})\\s*(?=[\\S[^#]])(.*?)\\s*(\\s+#+)?$\\n?", |
| 1878 | + "match": "(#{5})\\s+(?=[\\S[^#]])(.*?)\\s*(\\s+#+)?$\\n?", |
1879 | 1879 | "name": "heading.5.markdown", |
1880 | 1880 | "captures": { |
1881 | 1881 | "1": { |
|
1890 | 1890 | } |
1891 | 1891 | }, |
1892 | 1892 | { |
1893 | | - "match": "(#{4})\\s*(?=[\\S[^#]])(.*?)\\s*(\\s+#+)?$\\n?", |
| 1893 | + "match": "(#{4})\\s+(?=[\\S[^#]])(.*?)\\s*(\\s+#+)?$\\n?", |
1894 | 1894 | "name": "heading.4.markdown", |
1895 | 1895 | "captures": { |
1896 | 1896 | "1": { |
|
1905 | 1905 | } |
1906 | 1906 | }, |
1907 | 1907 | { |
1908 | | - "match": "(#{3})\\s*(?=[\\S[^#]])(.*?)\\s*(\\s+#+)?$\\n?", |
| 1908 | + "match": "(#{3})\\s+(?=[\\S[^#]])(.*?)\\s*(\\s+#+)?$\\n?", |
1909 | 1909 | "name": "heading.3.markdown", |
1910 | 1910 | "captures": { |
1911 | 1911 | "1": { |
|
1920 | 1920 | } |
1921 | 1921 | }, |
1922 | 1922 | { |
1923 | | - "match": "(#{2})\\s*(?=[\\S[^#]])(.*?)\\s*(\\s+#+)?$\\n?", |
| 1923 | + "match": "(#{2})\\s+(?=[\\S[^#]])(.*?)\\s*(\\s+#+)?$\\n?", |
1924 | 1924 | "name": "heading.2.markdown", |
1925 | 1925 | "captures": { |
1926 | 1926 | "1": { |
|
1935 | 1935 | } |
1936 | 1936 | }, |
1937 | 1937 | { |
1938 | | - "match": "(#{1})\\s*(?=[\\S[^#]])(.*?)\\s*(\\s+#+)?$\\n?", |
| 1938 | + "match": "(#{1})\\s+(?=[\\S[^#]])(.*?)\\s*(\\s+#+)?$\\n?", |
1939 | 1939 | "name": "heading.1.markdown", |
1940 | 1940 | "captures": { |
1941 | 1941 | "1": { |
|
2023 | 2023 | ] |
2024 | 2024 | }, |
2025 | 2025 | { |
2026 | | - "begin": "(?i)(^|\\G)\\s*(?=</?[a-zA-Z]+[^\\s/>]*(\\s|$|/?>))", |
| 2026 | + "begin": "(?i)(^|\\G)\\s*(?=</?[a-zA-Z]+[^\\s/>]*(\\s|$|/?>))", |
2027 | 2027 | "patterns": [ |
2028 | 2028 | { |
2029 | 2029 | "include": "text.html.derivative" |
|
0 commit comments