Christoph Horn
Christoph Horn
updated and regenerated
This seems to be fixed. ``` source_file [0, 0] - [1, 0] subscript_expression [0, 0] - [0, 13] identifier [0, 0] - [0, 7] integer_literal [0, 8] - [0, 9]...
This would fix https://github.com/helix-editor/helix/issues/2508
Very nice, I will close https://github.com/tree-sitter/tree-sitter-julia/pull/43 in favor of getting this one through. Could you also add support for empty functions, for example `function f end`. These are often used...
Ok, I managed to take a look at it. Personally, I am against the changes to the UI. The theme is a carbon copy of them neovim variant and I...
Not yet, needs some more adjustments.
I'm having the same issue with a different file. ``` julia> using FFMPEG [ Info: Precompiling FFMPEG [c87230d0-a227-11e9-1b43-d7ebe4e7570a] ERROR: LoadError: InitError: could not load library "C:\Users\Chris\.julia\artifacts\7350a6401f1c0d38cc3518193083bc4f83adfe99\bin/avcodec-58.dll" The specified module could...