UNPKG

1.11 kBJavaScriptView Raw
1module.exports = {
2 "name": "Ruby",
3 "type": "programming",
4 "tmScope": "source.ruby",
5 "aceMode": "ruby",
6 "codemirrorMode": "ruby",
7 "codemirrorMimeType": "text/x-ruby",
8 "color": "#701516",
9 "aliases": [
10 "jruby",
11 "macruby",
12 "rake",
13 "rb",
14 "rbx"
15 ],
16 "extensions": [
17 ".rb",
18 ".builder",
19 ".eye",
20 ".fcgi",
21 ".gemspec",
22 ".god",
23 ".jbuilder",
24 ".mspec",
25 ".pluginspec",
26 ".podspec",
27 ".prawn",
28 ".rabl",
29 ".rake",
30 ".rbi",
31 ".rbuild",
32 ".rbw",
33 ".rbx",
34 ".ru",
35 ".ruby",
36 ".spec",
37 ".thor",
38 ".watchr"
39 ],
40 "interpreters": [
41 "ruby",
42 "macruby",
43 "rake",
44 "jruby",
45 "rbx"
46 ],
47 "filenames": [
48 ".irbrc",
49 ".pryrc",
50 ".simplecov",
51 "Appraisals",
52 "Berksfile",
53 "Brewfile",
54 "Buildfile",
55 "Capfile",
56 "Dangerfile",
57 "Deliverfile",
58 "Fastfile",
59 "Gemfile",
60 "Guardfile",
61 "Jarfile",
62 "Mavenfile",
63 "Podfile",
64 "Puppetfile",
65 "Rakefile",
66 "Snapfile",
67 "Steepfile",
68 "Thorfile",
69 "Vagrantfile",
70 "buildfile"
71 ],
72 "languageId": 326
73}