In my css file the pseudo class :last-child doesn't change color like all the others. Is this a small bug?
![screenshot from 2016-06-30 18 06 44](https://cloud.githubusercontent.com/assets/19384359/16497459/0177fcf6-3eef-1...)
I'm using Geany "Rezer" (built on or after 2016-03-13) in Linux Mint 17.3
Thank you
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1102
Confirmed on latest git. Possibly the Scintilla lexer, or a bug in sending it the names since the last-child appears in the symbol list.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1102#issuecomment-229817814
@elextr it's simply missing from *filetypes.css* `pseudoclasses`' keyword list
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1102#issuecomment-229818400
So why do keywords appear in the symbols list?
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1102#issuecomment-229818674
@elextr what do you mean, which symbol list? (don't mix it with `nth-last-child`)
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1102#issuecomment-229818840
Ok, the symbol isn't just "last-child" its the whole selector "article p:last-child", is that useful? But anyway thats not part of this issue.
On 1 July 2016 at 09:42, Colomban Wendling notifications@github.com wrote:
@elextr https://github.com/elextr what do you mean, which symbol list? (don't mix it with nth-last-child)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/geany/geany/issues/1102#issuecomment-229818840, or mute the thread https://github.com/notifications/unsubscribe/AAxgTSR-83eXuq6WjkBR4xNxETuPnI1Jks5qRFRRgaJpZM4JCY6Q .
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1102#issuecomment-229819618
Closed #1102 via 87ab6052bdd59a1afb3d155a858c43208fd50de7.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1102#event-709897403
Ok, the symbol isn't just "last-child" its the whole selector "article p:last-child", is that useful?
Well, at least it's what the parser is supposed to give you, so that's a start. And IMO yes, it's the best it can do (but possibly make a hierarchy out of it, but that's tricky), as the whole selector is relevant to know on what the rule will apply.
But anyway thats not part of this issue.
nope, indeed it's not :)
@snob09 thanks for the report, it's now fixed.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1102#issuecomment-229820851
@snob09 BTW you can fix it on your side by altering your CSS filetype file. Just remember that all user overrides (in ~/.config/geany) will stay even when the system gets a new version of the related system files, so you might want to watch for updated if you override any.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1102#issuecomment-229821311
Thank you both.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1102#issuecomment-229928025
github-comments@lists.geany.org