csharp-tmLanguage
csharp-tmLanguage copied to clipboard
[Textmate] Local function with attribute
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
class C
{
static void Action()
{
[Attribute]
static void M([Attribute]object obj) {}
}
}
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Parameter)]
class AttributeAttribute : Attribute { }
Please provide a code example and (optionally) a screenshot demonstrating the problem.