add functionality to display text commands

This commit is contained in:
Nicu Hodos 2021-12-07 14:32:46 +01:00
parent 2add3e8fcc
commit 26c343a438

View File

@ -26,7 +26,9 @@
"string": "cpp",
"vector": "cpp",
"cmath": "cpp",
"cstdlib": "cpp"
"cstdlib": "cpp",
"istream": "cpp",
"ostream": "cpp"
}
}
}