Modify ↓
Opened 9 years ago
Closed 9 years ago
#12646 closed defect (cantfix)
Pastebin does not highlight C++11 keywords
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | TracPastePlugin |
Severity: | normal | Keywords: | C++11 highlighting |
Cc: | Trac Release: |
Description
Some keywords such as 'decltype' are not highlighted. Please either add it to the keywords list or create a new language "C++11" cloned from C++ but with these added keywords:
- decltype
- constexpr
- override
- final
- nullptr
- static_assert
- noexcept
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Keyword highlighting is determined by Pygments. Please upgrade to Pygments 2.1 and make a request with the Pygment team if the keywords aren't highlighted.