Daniel Jeong

Results 16 comments of Daniel Jeong

VSCode `editor.maxTokenizationLineLength` setting for C# is set to 2500 by default, and the line is 6920 long. Increasing it to 10000 highlights the line immediately. ![image](https://github.com/dotnet/csharp-tmLanguage/assets/13545633/1c927a39-fba1-418b-bee2-3d5af43a25d1)

> I'm afraid we can't use `\expanded`, as it's not part of the e-TeX extensions - `etoolbox` has never gone beyond those. Perhaps we can find a way to do...

> I'm also not really sure that hash symbols are intended to be supported anyway - `\(e)appto`, etc. are about adding to hooks, so I'd expect to be adding 'simple...

Well on a second look, the above method doesn't work when `#` appears after the expansion of the argument. That was silly. From the documentations, `\expanded` expands in the exact...

Although this is related to #61 and #62 that it's linebreaks that makes it impossible to distinguish tokens, there's something that could be fixed here. Method 1. ```c# public void...

[Non-contextual keywords](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/) should just be detected in the same scope as `this/base` and built-in types (#260). Could also argue that this is more about compiler error than syntax error, in...