Skip to content

Commit 2073a29

Browse files
committed
Supported .ru extension and Guardfile
1 parent 37f5e2b commit 2073a29

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/ruby/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"contributes": {
77
"languages": [{
88
"id": "ruby",
9-
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".pp", ".rake" ],
10-
"filenames": [ "rakefile", "gemfile" ],
9+
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".pp", ".rake", ".ru" ],
10+
"filenames": [ "rakefile", "gemfile", "guardfile" ],
1111
"aliases": [ "Ruby", "rb" ],
1212
"configuration": "./ruby.configuration.json"
1313
}],
@@ -17,4 +17,4 @@
1717
"path": "./syntaxes/Ruby.plist"
1818
}]
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)