theonenotzero

Results 2 issues of theonenotzero

Steps to repro: - Create a new untitled editor - change language to D - keymash - no errors Expected outcome: DScanner parsing error Untitled editor: ![image](https://user-images.githubusercontent.com/103496370/173362703-a21dd26e-e980-4e8e-a649-fd654461bce6.png) Existing file: ![image](https://user-images.githubusercontent.com/103496370/173363147-33cb9e03-534e-460f-8c9b-aa9cda4f606e.png)...

enhancement

Here is a small sample d file which illustrates the issues. ```d fn!T(); cast(void function())x; obj.method(); ``` Screenshot from VSCode: ![image](https://user-images.githubusercontent.com/103496370/170051355-92696975-36af-48d1-9a67-2068902cf447.png) In the first line, `fn` should be highlighted as...