1

I installed package control before and am currently using Emmet in Sublime Text 3 fine, but I am trying to install a new package control for syntax highlighting in Laravel, but I am having trouble installing package control when I paste in the installation code.

And when I got press control+shift+P and look for Package Control, nothing is there. enter image description here

enter image description here

Simon Suh
  • 10,599
  • 25
  • 86
  • 110
  • I couldn't figure out what was wrong so I just did a fresh install of Sublime Text 3 and everything worked out fine. – Simon Suh Nov 14 '16 at 04:56

1 Answers1

2

Check your User Preferences and make sure that the ignored_packages array does not include "Package Control". That's happened to me a few times when moving between dev builds, for reasons that are entirely unclear.

Daniel Spiewak
  • 54,515
  • 14
  • 108
  • 120