|
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/69d3321b4923ca2d5e8e900018887cc38b5fe04a", |
| 7 | + "version": "https://github.com/microsoft/vscode-markdown-tm-grammar/commit/97f2f8d38f10d3febd77d85b745945dc60fe334e", |
8 | 8 | "name": "Markdown", |
9 | 9 | "scopeName": "text.html.markdown", |
10 | 10 | "patterns": [ |
|
2766 | 2766 | "name": "punctuation.definition.link.title.begin.markdown" |
2767 | 2767 | }, |
2768 | 2768 | "2": { |
2769 | | - "name": "string.other.link.title.markdown" |
| 2769 | + "name": "string.other.link.title.markdown", |
| 2770 | + "patterns": [ |
| 2771 | + { |
| 2772 | + "include": "#raw" |
| 2773 | + }, |
| 2774 | + { |
| 2775 | + "include": "#bold" |
| 2776 | + }, |
| 2777 | + { |
| 2778 | + "include": "#italic" |
| 2779 | + }, |
| 2780 | + { |
| 2781 | + "include": "#strikethrough" |
| 2782 | + }, |
| 2783 | + { |
| 2784 | + "include": "#image-inline" |
| 2785 | + } |
| 2786 | + ] |
2770 | 2787 | }, |
2771 | 2788 | "4": { |
2772 | 2789 | "name": "punctuation.definition.link.title.end.markdown" |
|
2826 | 2843 | "name": "punctuation.definition.link.title.begin.markdown" |
2827 | 2844 | }, |
2828 | 2845 | "2": { |
2829 | | - "name": "string.other.link.title.markdown" |
| 2846 | + "name": "string.other.link.title.markdown", |
| 2847 | + "patterns": [ |
| 2848 | + { |
| 2849 | + "include": "#raw" |
| 2850 | + }, |
| 2851 | + { |
| 2852 | + "include": "#bold" |
| 2853 | + }, |
| 2854 | + { |
| 2855 | + "include": "#italic" |
| 2856 | + }, |
| 2857 | + { |
| 2858 | + "include": "#strikethrough" |
| 2859 | + }, |
| 2860 | + { |
| 2861 | + "include": "#image-inline" |
| 2862 | + } |
| 2863 | + ] |
2830 | 2864 | }, |
2831 | 2865 | "4": { |
2832 | 2866 | "name": "punctuation.definition.link.title.end.markdown" |
|
2957 | 2991 | "name": "punctuation.definition.strikethrough.markdown" |
2958 | 2992 | } |
2959 | 2993 | }, |
2960 | | - "match": "(~{2,})((?:[^~]|(?!(?<!~)\\1(?!~))~)*+)(\\1)", |
| 2994 | + "match": "(?<!\\\\)(~{2,})((?:[^~]|(?!(?<![~\\\\])\\1(?!~))~)*+)(\\1)", |
2961 | 2995 | "name": "markup.strikethrough.markdown" |
2962 | 2996 | } |
2963 | 2997 | } |
|
0 commit comments