🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
195 B
JavaScript
Executable File
11 lines
195 B
JavaScript
Executable File
module.exports = {
|
|
name: 'Classic ASP',
|
|
type: 'programming',
|
|
aceMode: 'text',
|
|
extensions: ['.asp'],
|
|
languageId: 8,
|
|
tmScope: 'text.html.asp',
|
|
aliases: ['asp'],
|
|
color: '#6a40fd',
|
|
}
|