Dorian Péron

Results 32 comments of Dorian Péron

> Thanks for reporting this - we will look at getting an updated version of this shortly. Hi, any update on this ?

The token comment is set to `//` for the [XML language](https://github.com/lapce/lapce/blob/c355bb2fe23d4af587d3122f06bccc2b00fca7c4/lapce-core/src/language.rs#L858), which is working as intended. Maybe doing the same will fix this issue ?

Yeah, I worked on the XML tree-sitter. I don't remember why I added `//` to the comment element though, and thought that it might work by adding it. I've just...

Thank you for letting me know about this. I will try to investigate

The error is already present in the project I forked, I only modified it slightly and added a default highlight.scm. I will try to dive in the XML syntax and...

I've tried to understand how's the grammar working, but tbh it's to big for me to track the bug down any time soon. I might do it all over again,...

Hi ! I was able to take a look at the bug. It appeared that the project I forked confused single and multiple spaces in the grammar. This is not...

For references, here are my main.rs and Cargo.toml. I also add that everything works well when using the default feature flags with the gtk backend. ```rs use rfd::FileDialog; fn main()...

After looking a bit at the code, it looks like when specifying a config file with `--configuration ../.djlintrc`, the given configuration might be overriden by the configuration present in the...

Ping :) @orangeng Do you have time to finish this ?