microsoft / vscode-css

CSS Textmate grammar for syntax highlighting
Other
17 stars 15 forks source link

Highlighting issue with `of :not` #22

Open aeschli opened 1 year ago

aeschli commented 1 year ago

From https://github.com/microsoft/vscode/issues/193639

.item > div:nth-child(1 of :not(.hidden))  {
  padding-left: var(--item_margin);
}

.item > div:nth-last-child(1 of :not(.hidden)) {
  padding-right: var(--item_margin);
}

it highlights the n wrong.