🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
11 lines
196 B
JavaScript
Executable File
11 lines
196 B
JavaScript
Executable File
module.exports = {
|
|
name: 'Typst',
|
|
type: 'programming',
|
|
aceMode: 'text',
|
|
extensions: ['.typ'],
|
|
languageId: 704730682,
|
|
tmScope: 'source.typst',
|
|
aliases: ['typ'],
|
|
color: '#239dad',
|
|
}
|