🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
324 B
JavaScript
Executable File
20 lines
324 B
JavaScript
Executable File
module.exports = {
|
|
name: 'Unity3D Asset',
|
|
type: 'data',
|
|
aceMode: 'yaml',
|
|
extensions: [
|
|
'.anim',
|
|
'.asset',
|
|
'.mask',
|
|
'.mat',
|
|
'.meta',
|
|
'.prefab',
|
|
'.unity',
|
|
],
|
|
languageId: 380,
|
|
tmScope: 'source.yaml',
|
|
codemirrorMode: 'yaml',
|
|
codemirrorMimeType: 'text/x-yaml',
|
|
color: '#222c37',
|
|
}
|