https://bugs.kde.org/show_bug.cgi?id=389693

--- Comment #1 from Benjamin Buch <benni.b...@gmail.com> ---
user-defined literals with an underscore after an integer are already
supported:

3_min   // Works
3.3_min // The part after the underscore is separately highlighted, not optimal
3min    // Error
3.3min  // The part after the underscore is not highlighted

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to