Files
rspade_system/node_modules/linguist-languages/data/C_2b__2b_.js
root bd5809fdbd Reorganize RSpade directory structure for clarity
Improve Jqhtml_Integration.js documentation with hydration system explanation
Add jqhtml-laravel integration packages for traditional Laravel projects

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-24 09:41:48 +00:00

34 lines
484 B
JavaScript

module.exports = {
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',
}