<tabTrigger>hisnip</tabTrigger>
<description>Test Snippet</description>
<scope>js, php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<!-- <tabTrigger>hello</tabTrigger> -->
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
如何将这个文件 mySnippet.sublime-snippet 导入到 sublime 设置中,这样我就可以随时访问这个片段,而无需添加到 JS 和 PHP 片段默认文件中。这是在崇高中创建片段的方式吗?我想要一个包含我的自定义代码片段的片段文件,并且可能将它们优先于默认值。但似乎崇高没有用户片段和默认片段 json。