Improve Jqhtml_Integration.js documentation with hydration system explanation Add jqhtml-laravel integration packages for traditional Laravel projects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
62 lines
1.0 KiB
JavaScript
62 lines
1.0 KiB
JavaScript
module.exports = {
|
|
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'],
|
|
}
|