We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc68aaa commit f9d40e7Copy full SHA for f9d40e7
docs/guide/extensibility/snippets.md
@@ -118,6 +118,14 @@ automatically by Sublime Text.
118
| `$TM_SOFT_TABS` | `YES` if `translate_tabs_to_spaces` is true, otherwise `NO`. |
119
| `$TM_TAB_SIZE` | Spaces per-tab (controlled by the `tab_size` option). |
120
121
+
122
+::: tip Note
123
+Packages can define more, environment variables via [Shell Variables in Metafiles][shell-vars].
124
125
+[shell-vars]: ../../reference/metadata#shell-variables
126
+:::
127
128
129
Let's see a simple example of a snippet using variables:
130
131
```perl
0 commit comments