Aristotle Pagaltzis
Aristotle Pagaltzis
Can you attach the log for that (with just the two `Plug` lines left)?
I assume up to line 50 is before the `:set ft=css` and line 51 and on is after?
Scratching my head… I guess I have to try replicating your issue myself to get anywhere.
Thanks for the suggestion. Are you someone like that?
Hi, thanks for the report and patch. Did 85005760017d78ced358713c29f2911bf74b029a fix this for you?
This has to be fixed now after 353a6a8e4c… right? (Errm, you’ll have to manually add an `rgba()` unit in that place I guess, since I made all test files the...
Argh! Hrmf. Can you put the cursor somewhere within that `rgba()` value and do ``` vim :echo map(synstack(line("."), col(".")), "synIDattr(v:val, 'name')") ``` and tell me what that says?
Hrm OK… `lessDefinition` is part of the syntax group and should be getting highlighted. Does the output of `:echo keys(b:has_pattern_syn)` include that particular `rgba()` value?
Hmm, this bug stalled a long time ago. @mtscout6: did the issue go away or did you just no longer care for some other reason (stopped using the plugin, or...
Oh, I overlooked that I renamed variable in the time since I wrote that comment. Can you try this again with `echo keys(b:css_color_syn)`? (Doesn’t matter where the cursor is, btw,...