Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit f47efa8

Browse files
authored
Merge pull request #97 from AtomLinter/arcanemagus/add-ror-grammar
Add language-ruby-on-rails to activation list
2 parents a10b4fb + c560022 commit f47efa8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"engines": {
99
"atom": ">0.180.0"
1010
},
11-
"activationHooks": ["language-ruby:grammar-used"],
11+
"activationHooks": [
12+
"language-ruby:grammar-used",
13+
"language-ruby-on-rails:grammar-used"
14+
],
1215
"providedServices": {
1316
"linter": {
1417
"versions": {

0 commit comments

Comments
 (0)