SublimeText-Markdown / MarkdownEditing

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
MIT License
3.17k stars 649 forks source link

Error in regex #705

Closed AlertMouse closed 2 years ago

AlertMouse commented 2 years ago

When I open markdown file, it prompts that error: Error loading syntax file "Packages/MarkdownEditing/syntaxes/Markdown.sublime-syntax": Error in regex: invalid backref number/name in regex ^(?!(?:\1[ ]{4}|\s*$))

deathaxe commented 2 years ago

Never have seen that error.

Which version of ST and MarkdownEditing?

Did you install MDE via Package Control?

Any example file it happens in?

AlertMouse commented 2 years ago

Sorry, this error only occurs on my office computer, I installed MDE by manual installation. I can't reproduce it on my personal PC. It may be due to the influence of the environment of my office computer or the way I manually installed it is incorrect. Tanks~

small-cat commented 1 year ago

I used Sublime text 3 on mac, when I install MDE manually

cd ~/Library/Application Support/Sublime Text 3/Packages
git clone https://github.com/SublimeText-Markdown/MarkdownEditing.git

and then, when I open Sublime, the error window pop