Mads Kjeldgaard

Results 203 comments of Mads Kjeldgaard

> Focusing on the main window is definately an option and I wouldn't want the shortcuts to extend beyond the cueplayer's gui windows. Having them work in the big cue...

Thanks for looking into it @dathinaios

> The fzf-sc section of the output of `:checkhealth scnvim` has something that looks like a malformatted error message. The plugin seems to be working fine otherwise, so this might...

this crashes (no parenthsis around collect function): ``` TestKometFaustFiles : KometTest{ // Test if faust files compile test_faustFilesCompile{ this.assert( KometPath.faustFilesPath.files.collect{|fff| if( "faust % > /dev/null".format(fff.fullPath).systemCmd == 0 }.every{|bool| bool }...

There's stacktraces and more info in this thread as well https://scsynth.org/t/tree-sitter-support-for-supercollider/3261/69?u=madskjeldgaard

As of tree-sitter version `0.20.7` this no longer seems to cause crashes (but the code still generates an appropriate error). More info here: https://scsynth.org/t/tree-sitter-support-for-supercollider/3261/80?u=madskjeldgaard

More info here: https://github.com/tree-sitter/tree-sitter/discussions/1633

This is actually a harder one to fix than one would think. I'll have to think about this some more since those one letter interepreter variables are kind of magic....

I honestly don't understand how treesitter is supposed to do indenting. Trying with more established grammars like the cpp grammar yields equalling confusing results IMO. I have personally disabled indenting...