inweb-bootstrap/Languages/C++.txt
2020-04-04 13:07:08 +01:00

14 lines
299 B
Text

Name: C++
Details: The C++ programming language
Extension: .cpp
Multiline Comment Open: /*
Multiline Comment Close: */
Line Comment: //
String Literal: "
String Literal Escape: \
Character Literal: '
Character Literal Escape: \
C-Like: true
Before Macro Expansion: \n{\n
After Macro Expansion: }\n