🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
35 lines
491 B
TypeScript
Executable File
35 lines
491 B
TypeScript
Executable File
declare const _: {
|
|
name: 'C++'
|
|
type: 'programming'
|
|
aceMode: 'c_cpp'
|
|
extensions: [
|
|
'.cpp',
|
|
'.c++',
|
|
'.cc',
|
|
'.cp',
|
|
'.cppm',
|
|
'.cxx',
|
|
'.h',
|
|
'.h++',
|
|
'.hh',
|
|
'.hpp',
|
|
'.hxx',
|
|
'.inc',
|
|
'.inl',
|
|
'.ino',
|
|
'.ipp',
|
|
'.ixx',
|
|
'.re',
|
|
'.tcc',
|
|
'.tpp',
|
|
'.txx',
|
|
]
|
|
languageId: 43
|
|
tmScope: 'source.c++'
|
|
aliases: ['cpp']
|
|
codemirrorMode: 'clike'
|
|
codemirrorMimeType: 'text/x-c++src'
|
|
color: '#f34b7d'
|
|
}
|
|
export default _
|