Ben
Ben
I'll try to dig into this sometime, I thought the JS tree sitter might be a nice example with JSX, but that's baked into the JS parser itself (which makes...
I think that tree-sitter has some built in stuff for dealing with embedded portions of languages in other languages. https://tree-sitter.github.io/tree-sitter/syntax-highlighting#language-injection and I believe I added some already for something, but...
Thanks for issue, I'll get this fixed
Just an update, this is a deeper issue than I thought, it's not really associated with ternary itself, but instead with how I was parsing the type params, causing the...
Feel free to re-open this if #63 did not fix it for the rest of ya'll.
Well, if I have time to test building this, I may attempt to add that. Also just wanted to have an actual issue/log of this since it took me a...
I think that allowing per device "true/false" per room would allow even more flexibility, but for 80/20 (pareto principle) cases, it will be perfect yeah while keeping "scope creep" down/making...
I'm not sure if including this in this repo itself is the intended use case. This seems to a be a file typically used by an IDE/cli itself to define...
Woops, thanks for the report, I'll try to sort this out.
Just posting this to help connect stuff, I think your second request is related to mine, and looks like he's got some ideas there: #635