tree-sitter / tree-sitter-css

CSS grammar for Tree-sitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space after colon breaks parser

mskelton opened this issue · comments

The recent changes to the scanner with handling of colons for pseudo classes I believe broke parsing in certain circumstances including this example in the atom.io.css example file.

@media screen and (min-width: 0 0) {
    .tooltipped-multiline: after {
    width: 250px;
}
}.tooltipped-sticky:before, .tooltipped-sticky:after {
image

fixed on master, and I created a release (0.20.0)