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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: package.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,15 @@
78
78
"text.plain.null-grammar"
79
79
],
80
80
"description": "List of scopes for languages for which previewing is enabled. See [this README](https://github.com/atom/spell-check#spell-check-package-) for more information on finding the correct scope for a specific language."
81
+
},
82
+
"automaticPreviewGrammars": {
83
+
"type": "array",
84
+
"order": 8,
85
+
"default": [
86
+
"source.gfm",
87
+
"source.litcoffee"
88
+
],
89
+
"description": "Only automatically open previews for the given list of scopes."
0 commit comments