Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 9d6553e

Browse files
Added further explanation for the outermost key
Added further explanation that details you need to specify the file type for the snippet to appear in.
1 parent 4d8ddb1 commit 9d6553e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Snippet files can be either `.json` or `.cson`.
1818
'body': 'console.log(${1:"crash"});$2'
1919
```
2020

21-
The outermost keys are the selectors where this snippets should be active.
21+
The outermost keys are the selectors where this snippets should be active. If you would want the snippet to be active in python, for example, you would use `'.source.py'`.
2222

2323
The next level of keys are the snippet names.
2424

0 commit comments

Comments
 (0)