File tree Expand file tree Collapse file tree
extensions/markdown-basics/syntaxes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 " If you want to provide a fix or improvement, please create a pull request against the original repository." ,
55 " Once accepted there, we are happy to receive an update request."
66 ],
7- "version" : " https://github.com/microsoft/vscode-markdown-tm-grammar/commit/082f5ac70a35e7a0979c8450729d216b59789ad6 " ,
7+ "version" : " https://github.com/microsoft/vscode-markdown-tm-grammar/commit/935f7a6d1da73e16231be18c545d7991d3698075 " ,
88 "name" : " Markdown" ,
99 "scopeName" : " text.html.markdown" ,
1010 "patterns" : [
189189 "begin" : " (^|\\ G)[ ]{0,3}(>) ?" ,
190190 "captures" : {
191191 "2" : {
192- "name" : " beginning. punctuation.definition.quote.markdown"
192+ "name" : " punctuation.definition.quote.begin .markdown"
193193 }
194194 },
195195 "name" : " markup.quote.markdown" ,
19731973 "begin" : " (^|\\ G)([ ]{0,3})([*+-])([ ]{1,3}|\\ t)" ,
19741974 "beginCaptures" : {
19751975 "3" : {
1976- "name" : " beginning. punctuation.definition.list.markdown"
1976+ "name" : " punctuation.definition.list.begin .markdown"
19771977 }
19781978 },
19791979 "comment" : " Currently does not support un-indented second lines." ,
19921992 "begin" : " (^|\\ G)([ ]{0,3})([0-9]+\\ .)([ ]{1,3}|\\ t)" ,
19931993 "beginCaptures" : {
19941994 "3" : {
1995- "name" : " beginning. punctuation.definition.list.markdown"
1995+ "name" : " punctuation.definition.list.begin .markdown"
19961996 }
19971997 },
19981998 "name" : " markup.list.numbered.markdown" ,
You can’t perform that action at this time.
0 commit comments