Sublime Forum

Weird regex message when start sublime

#1

I have this message when I start sublime

empty range in char class in regex (?=[\w.:#[*-&]|@nest)

0 Likes

#2

Is it a popup? It’s likely that it would be coming from a plugin. Try to disable all of them:

  1. go to Preferences -> Package Settings -> Package Control -> Settings - User
  2. Copy the list bellow installed_packages
  3. Open your settings
  4. add/find the key ignored_package and set/replace the value with the list you just copied.

and see if it changes anything.

0 Likes