Sublime Forum

How can I ignore MJML-syntax snippets in sublime text 3?

#1

How can I ignore MJML-syntax snippets in sublime text 3?

0 Likes

#2

ST3 doesn’t have an option to ignore snippets. ST4 adds an setting to ignore snippets provided by packages.

	// A list of wildcard patterns specifying which snippet files to ignore.
	// For example, to ignore all the default C++ snippets, set this to
	// ["C++/*"]
	"ignored_snippets": [],
1 Like

#3

Is there any option to edit the snippets which come with plugin?

0 Likes

#4

Ofcourse. I recommend using https://packagecontrol.io/packages/OverrideAudit#Usage

1 Like

#5

Thanks!
I’ve already solved using different tab trigger for my custom snippets :slight_smile:

0 Likes