tree-sitter-c-sharp icon indicating copy to clipboard operation
tree-sitter-c-sharp copied to clipboard

Unhide _preprocessor_call

Open vlada-dudr opened this issue 2 years ago • 0 comments

The problem is that leading # is never captured into any node.

I am trying to work on C# indent query for neovim. It calculates indent by first node on line and as # is always before any directive node, I cannot effectively affect such line.

I'd make pull request, but sadly I don't own machine with enough ram to generate the grammar and test my modifications.

vlada-dudr avatar Jun 13 '23 15:06 vlada-dudr