You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to find out what emmet api I can use to programmatically add and remove the custom snippets.json file that I have loaded into emmet?
My use case is that I might define custom snippets that are specific to a project or a html file and I'd want to remove these custom snippets when I'm not editing that particular html file and wanted to do this programmatically.
The text was updated successfully, but these errors were encountered:
Do you know what API I can use to redefine an existing snippets.json to be global or local? If I could just know which file in the emmet source deals with all this, I'd be set!
I'm trying to find out what emmet api I can use to programmatically add and remove the custom snippets.json file that I have loaded into emmet?
My use case is that I might define custom snippets that are specific to a project or a html file and I'd want to remove these custom snippets when I'm not editing that particular html file and wanted to do this programmatically.
The text was updated successfully, but these errors were encountered: