Pascal Kuthe

Results 451 comments of Pascal Kuthe

So all this provides is the definition for the LS but it doesn't actually enable the server by default for any language. I understand that tailwind is just one specific...

The problem in the chat you saw was actually related to the fact that they installed the nix package exactly as you described here and endedup with an ancient helix...

Seems like CI is failing with some indentation query related error. Seems like those also need to be updated before we can merge

I also suspect this is an upstream issue but could you also upload the file here to make it easy to reprduicr the issue?

This is caused by this check: https://github.com/helix-editor/helix/blame/06d7f5d100fdcc99f4cdfda879898b2d488d8d7c/helix-core/src/syntax.rs#L643. For the most part file types are already treated as extensions. We have the `{ suffix = "..." }` syntax for matching the...

Ah I wasnt aware of the discussion there. From the issue title I wouldn't have looked there. Using the `filename` syntax looks quite nice and is my favorite variant but...

queries are like user config files. They don't ship with the grammars (they are part of the helix repo) and can't be automatically updated. If your query files are wrong...

the current behavior is quite intentional because the expectation is that package managers place their files at the system level and user customize their queries in `$HOME`. Queries are *config...

users often add their own grammars, update existing grammars and yes customizing makes a lot of sense because while some cases might be quite clear it can be subjective what...

cc @dead10ck I skimmed the code and it looks like auto pairs doesn't actually look for pairs in case of same-char pairs (like `'`) and instead simply always inserts a...