0
D Programming Language Syntax Highlighting Bugs
This is a list of bugs/oddities with the D syntax highlighting.
- assert is not highlighted as an expression like cast.
- package is not highlighted as a visbility modifier like public, protected, etc.
- @disable, @property, @safe, @trusted, and @system are not highlighted (declaration attributes).
- __traits is not highlighted (expression).
- __gshared is not highlighted (storage modifier).
- ref is not highlighted (parameter modifier).
- shared and immutable are not highlighted (type modifiers like const).
- The string, wstring, and dstring types are not highlighted.
- opBinary and opBinaryRight are not highlighted as operator overloads.
- __vector is not highlighted (type modifier).
- __simd is not highlighted (expression).
- __ctfe is not highlighted (expression).
0
Alex Rønne Petersen fa 13 anys
- module is not always highlighted as a keyword.
0
Alex Rønne Petersen fa 13 anys
- pure is not highlighted (function modifier).
- nothrow is not highlighted (function modifier).
0
Alex Rønne Petersen fa 13 anys
- The new lambda operator => is not highlighted correctly.
0
Alex Rønne Petersen fa 13 anys
- core.* modules should be highlighted the same as std.* modules.
Customer support service by UserEcho