microsoft / vscode-markdown-tm-grammar

VS Code built-in markdown extension's Textmate grammar
MIT License
64 stars 49 forks source link

Useless `patterns` array #150

Closed RedCMD closed 11 months ago

RedCMD commented 11 months ago

patterns array is only valid with a begin rule not the match rule it currently doesn't do anything and can be safely removed

https://github.com/microsoft/vscode-markdown-tm-grammar/blob/0a4b23580308fdcfb4ab7b526e3e13ba17d436fb/syntaxes/markdown.tmLanguage#L3560

from: https://github.com/jlelong/vscode-latex-basics/issues/73