better-cpp-syntax icon indicating copy to clipboard operation
better-cpp-syntax copied to clipboard

💾 The source of VS Code's C++ syntax highlighting

Results 164 better-cpp-syntax issues
Sort by recently updated
recently updated
newest added

Checklist - [ ] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [ ] This bug exists for C **(I checked, it doesn't repro with C, only C++)**...

Hi all. I'm currently in a process of creation of a some VSCode extension for a some build system. This build system allows to compile the C/CPP projects using the...

Originally requested here: https://github.com/microsoft/vscode-cpptools/issues/6700. I suggest adding scopes to disambiguate between integers and reals, such as (in vscode, at least): * constant.numeric.decimal.cpp.integer * constant.numeric.decimal.cpp.real Allowing different highlighting for integers and...

I was redirected here from the vscode cpptools extension repo, here's the original issue: https://github.com/microsoft/vscode-cpptools/issues/6571

Checklist - [ ] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [ ] This bug exists for C - [X] This bug exists for C++ - [...

moved from https://github.com/clangd/clangd/issues/385 ## The code with a problem is: ``` #pragma once #if 1 # define MACRO(attr) [[attr]] #else # define MACRO(attr) #endif struct S { MACRO(deprecated("some unrecognized string...

👋 I notice this grammar includes various assembly grammars, I was wondering what you use to supply them (some searching around I couldn't find any sources for these that worked...

Question
📖 Clarification

I would like doxygen comment syntax coloring to work when the doxygen direction [dir] attributes are present. Notice how the doxygen commented parameters are the same color as the function...

Checklist - [ ] This problem exists even with the setting `"C_Cpp.enhancedColorization": "Disabled"` - [ ] This bug exists for C - [x] This bug exists for C++ - [...

Nearly Impossible :(