Open neversleeping opened 4 years ago
Yes PLEASE make it happen! It will be so nice
Second this! Another modern-C++ related feature that would be nice is coloring double brackets with the same color, e.g. [[nodiscard]]
and decltype((var))
look way too colorful right now.
+1 for triangle bracket support, but for C#, as well.
Can you add color highlighting for <>? It will be really useful for modern C++ code because templates are going crazy sometimes in modern cpp. For example, I saw some SFINAE code that almost impossible to read without <> coloring.