dotnet / dotnet/csharp-tmLanguage
[Textmate] `scoped ref` modifier
Open
- Dominant language
- TypeScript
- Stars
- 78
- Forks
- 43
- Avg merge
- 34m
- Merged PRs (30d)
- 1
Description
## Details
What editor are you seeing the problem in? (e.g. Atom, Visual Studio Code, etc.)
vscode
What version of the editor are you using?
1.85.1
What color theme are you using?
dark plus
## Repro
```c#
class C
{
public static Span CreateSpan(scoped ref T reference, int length)
{
return MemoryMarshal.CreateSpan(ref reference, length);
}
}
```

Please provide a code example and (optionally) a screenshot demonstrating the problem.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.