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: lib/main.coffee
-12Lines changed: 0 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,6 @@ SpellCheckView = null
2
2
spellCheckViews= {}
3
3
4
4
module.exports=
5
-
config:
6
-
grammars:
7
-
type:'array'
8
-
default: [
9
-
'source.asciidoc'
10
-
'source.gfm'
11
-
'text.git-commit'
12
-
'text.plain'
13
-
'text.plain.null-grammar'
14
-
]
15
-
description:'List of scopes for languages which will be checked for misspellings. See [the README](https://github.com/atom/spell-check#spell-check-package-) for more information on finding the correct scope for a specific language.'
Copy file name to clipboardExpand all lines: package.json
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,19 @@
13
13
"engines": {
14
14
"atom": "*"
15
15
},
16
+
"configSchema": {
17
+
"grammars": {
18
+
"type": "array",
19
+
"default": [
20
+
"source.asciidoc",
21
+
"source.gfm",
22
+
"text.git-commit",
23
+
"text.plain",
24
+
"text.plain.null-grammar"
25
+
],
26
+
"description": "List of scopes for languages which will be checked for misspellings. See [the README](https://github.com/atom/spell-check#spell-check-package-) for more information on finding the correct scope for a specific language."
0 commit comments