sammyette

Results 95 comments of sammyette

> Some (or most?) of the queries are taken and modified from nvim-treesitter. all of them are, actually! > First problem right now is that we are very much violating...

helix also writes their own treesitter queries, and i'm not sure about any other text editors that support treesitter syntax highlighting

not sure why you're building the parsers on your fork when I already have a builds repo specifically for that, but good work! if you want to pr the manifest...

some queries that are pulled from nvim-treesitter will have predicates that currently arent supported, which means languages like c and cpp would not work.

> But I keep getting error error: test:1: could not find package 'cjson' golua cannot use c written libraries. > I tried a simpler script but now I get Lua...

#276 i need to rethink how i'm going to add the feature to account for different runner modes.

Jellyfin doesn't handle Ogg files properly. I wanted to move from my MP3 music library to opus, which is contained in Ogg, and it treats my music library (**that I...

[Trixie](https://github.com/sammy-ette/Trixie) is going to be used

processors can indeed be opted out of, yes. `hilbish.opts.processorSkipList = {'wildcardWarn'}` would be the way to disable. though i may make processors opt in by default instead of opt out...

`@dir=./directory` changes directory temporarily.. easier than remembering to do `cd ./dir && command && cd -`