🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
292 B
JavaScript
Executable File
13 lines
292 B
JavaScript
Executable File
module.exports = {
|
|
name: 'Git Attributes',
|
|
type: 'data',
|
|
aceMode: 'gitignore',
|
|
filenames: ['.gitattributes'],
|
|
languageId: 956324166,
|
|
tmScope: 'source.gitattributes',
|
|
aliases: ['gitattributes'],
|
|
codemirrorMode: 'shell',
|
|
codemirrorMimeType: 'text/x-sh',
|
|
color: '#F44D27',
|
|
}
|