You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use vscode to browse the db_bench.cc in the source code of rocksdb, I found the syntax highlighting of C++ is incorrect. Illustrated below:
screenshot of syntax highlighting in vscode,
whereas, the same content displayed in atom
The colors used in atom editor is much richer, and it will not misinterpret keywords in strings such as if or for.
Environment:
ArchLinux 4.4.5 64bit
vscode 0.10.10
atom 1.5.3
The text was updated successfully, but these errors were encountered:
When I use vscode to browse the
db_bench.cc
in the source code of rocksdb, I found the syntax highlighting of C++ is incorrect. Illustrated below:screenshot of syntax highlighting in vscode,
whereas, the same content displayed in atom
The colors used in atom editor is much richer, and it will not misinterpret keywords in strings such as
if
orfor
.Environment:
ArchLinux 4.4.5 64bit
vscode 0.10.10
atom 1.5.3
The text was updated successfully, but these errors were encountered: