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

Commit c560022

Browse files
committed
Add language-ruby-on-rails to activation list
Atom seems to like using `language-ruby-on-rails` over `language-ruby` for plain Ruby files, add it to the list of languages that activate this package.
1 parent a10b4fb commit c560022

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)