theonenotzero
theonenotzero
Steps to repro: - Create a new untitled editor - change language to D - keymash - no errors Expected outcome: DScanner parsing error Untitled editor:  Existing file: ...
Here is a small sample d file which illustrates the issues. ```d fn!T(); cast(void function())x; obj.method(); ``` Screenshot from VSCode:  In the first line, `fn` should be highlighted as...