🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
63 lines
1.0 KiB
TypeScript
Executable File
63 lines
1.0 KiB
TypeScript
Executable File
declare const _: {
|
|
name: 'Ruby'
|
|
type: 'programming'
|
|
aceMode: 'ruby'
|
|
extensions: [
|
|
'.rb',
|
|
'.builder',
|
|
'.eye',
|
|
'.fcgi',
|
|
'.gemspec',
|
|
'.god',
|
|
'.jbuilder',
|
|
'.mspec',
|
|
'.pluginspec',
|
|
'.podspec',
|
|
'.prawn',
|
|
'.rabl',
|
|
'.rake',
|
|
'.rbi',
|
|
'.rbuild',
|
|
'.rbw',
|
|
'.rbx',
|
|
'.ru',
|
|
'.ruby',
|
|
'.spec',
|
|
'.thor',
|
|
'.watchr',
|
|
]
|
|
filenames: [
|
|
'.irbrc',
|
|
'.pryrc',
|
|
'.simplecov',
|
|
'Appraisals',
|
|
'Berksfile',
|
|
'Brewfile',
|
|
'Buildfile',
|
|
'Capfile',
|
|
'Dangerfile',
|
|
'Deliverfile',
|
|
'Fastfile',
|
|
'Gemfile',
|
|
'Guardfile',
|
|
'Jarfile',
|
|
'Mavenfile',
|
|
'Podfile',
|
|
'Puppetfile',
|
|
'Rakefile',
|
|
'Snapfile',
|
|
'Steepfile',
|
|
'Thorfile',
|
|
'Vagrantfile',
|
|
'buildfile',
|
|
]
|
|
languageId: 326
|
|
tmScope: 'source.ruby'
|
|
aliases: ['jruby', 'macruby', 'rake', 'rb', 'rbx']
|
|
codemirrorMode: 'ruby'
|
|
codemirrorMimeType: 'text/x-ruby'
|
|
color: '#701516'
|
|
interpreters: ['ruby', 'macruby', 'rake', 'jruby', 'rbx']
|
|
}
|
|
export default _
|