提交 89bc3e55 编写于 作者: M Martin Aeschlimann

Merge pull request #5184 from Ikuyadeu/patch-2

Supported .ru extension and Guardfile
......@@ -6,8 +6,8 @@
"contributes": {
"languages": [{
"id": "ruby",
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".pp", ".rake" ],
"filenames": [ "rakefile", "gemfile" ],
"extensions": [ ".rb", ".rbx", ".rjs", ".gemspec", ".pp", ".rake", ".ru" ],
"filenames": [ "rakefile", "gemfile", "guardfile" ],
"aliases": [ "Ruby", "rb" ],
"configuration": "./ruby.configuration.json"
}],
......@@ -17,4 +17,4 @@
"path": "./syntaxes/Ruby.plist"
}]
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册