tree-sitter-nim icon indicating copy to clipboard operation
tree-sitter-nim copied to clipboard

tree-sitter grammar for Nim

Results 5 tree-sitter-nim issues
Sort by recently updated
recently updated
newest added

Hi alaviss: I just finished porting Helix's old highlight queries to your grammar. You might be interested in them, they're about 150 lines longer but highlight significantly more accurately. I'd...

From recent PR it appears that the generation is not deterministic and different platforms might generate outputs that differs in state positions, leading to CI failures. Some ideas: - Remove...

enhancement
help wanted

### Current Behaviour ```nim var var1 = 5 # comment # comment about something else var var2 = 5 ``` ```scm var_section [0, 0] - [5, 0] variable_declaration [1, 2]...

enhancement
low severity

Hi there, I know it's kinda odd to ask about your plans, it's just that I happen to also have worked a bunch on a [tree-sitter-nim repo](https://github.com/aMOPel/tree-sitter-nim) and was wondering...

I was wondering if the slow speed when loading a nim file is going to be addressed? I checked the previous issues and it seems like there's a rewrite going...

question