Kiyoon Kim

Results 62 comments of Kiyoon Kim

Note: `assignment.inner` selects both rhs and lhs depending on the cursor position in all other languages, so it should be consistent with CSS

In order for `@assignment.inner` to work properly, we need one more query like this: ``` (declaration (property_name) @assignment.inner ) ``` In my opinion the entire value should be selected, because...

It's because, you can't use the same capture name twice in one query. Thus in all other languages they have a separate query that captures lhs part too. In the...

This is perfect, except you don't need to repeat the `@assignment.outer`. It is redundant as both queries will capture the same range. Just make the second query like this: ```...

Thanks for moving the issue. I first uploaded this on https://github.com/neovim/doc but I wasn't sure where the problem is from.

@sobolevnrm The M1 processor is what I want and is available!

Hi, when can I expect to see the support? Thank you.

The problem is, if you set `include_surrounding_whitespace = true` and then use `linewise` mode, then it will try to include the whitespace before `pass` and then it will change into...

A possible solution is to change the `include_surrounding_whitespace` mode to activate only when it is a char-wise selection mode.