google / bamboo-soy

An intellij plugin supporting Closure Template language (Soy)
Apache License 2.0
48 stars 27 forks source link

Narrowing the scope of CSS literal matching in lexer. #136

Closed kaathewise closed 7 years ago

kaathewise commented 7 years ago
  1. Refactoring out 3 special states (for IdentifierWord, for QualifiedIdentifier, and for CssXidIdentifier) that only expect the corresponding token.
  2. Separating back +/- from the integer literal to fix #135.