I want to set environment variables.
which reads http://docs.sublimetext.info/en/latest/extensibility/snippets.html;
Function snippets Environment variables Switches have access to contextual information in the form of environment variables. sublime Text automatically sets the values โโof the variables listed below.
You can also add your own variables to provide additional information. These custom variables are defined in .sublime-options files.
but I could not find the .sublime-options file.
I want to set the variables $ TM_FILENAME and $ TM_FULLNAME.
source share