0

Is it possible to set up the Emmet package for Sublime Text 3 in a way that it ignores all shortcuts in files other than HTML and CSS?

I love to work with Emmet using tab in HTML and CSS files but I could use tab for something else when working with python for example.

F Lekschas
  • 12,481
  • 10
  • 60
  • 72

1 Answers1

1

Check Emmet.sublime-settings for disable_tab_abbreviations_for_scopes and disable_tab_abbreviations_for_regexp and disable_tab_abbreviations.

Some more infos about the tab handler can be found in their README.

F Lekschas
  • 12,481
  • 10
  • 60
  • 72
s7anley
  • 2,408
  • 22
  • 17