From recent updates, cannot remember which version excatly, my Sublimetext always throw out following errors when openning markdown files. ST3 also ran very slow when openning markdown files, the syntax highlighting was not working on markdown too.
The error messages is:
Error loading syntax file “Packages/MarkdownEditing/Markdown.sublime-syntax”: Apparent recursion within a with_prototype action: 25000 context sanity limit hit
I have uninstall the MarkdownEditing package, but the error still persist, except the error messages went to:
Error loading syntax file “Packages/Markdown/Markdown.sublime-syntax”: Apparent recursion within a with_prototype action: 25000 context sanity limit hit
The only way to stop the error message is to disable the built-in HTML
package, and the markdown highlighting will work too. But it means HTML files won’t get the hgihlighting. Any hints how to fix this issue?