Skip to content

Commit

Permalink
remove an obsolete TODO in grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
little-bobby-tables authored and doomspork committed Jun 9, 2017
1 parent 5db4235 commit aee527a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/slime_parser.peg.eex
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ attribute <- attribute_name '=' attribute_value;
attribute_value <- simple:string / dynamic:(string_with_interpolation / attribute_code);

string <- '"' ('\\' . / !('"' / '#') .)* '"';

% TODO: separate static and dynamic blocks
string_with_interpolation <- '"' (interpolation / '\\' . / !'"' .)* '"';

attribute_code <- (parentheses / brackets / braces / !(space / eol / ')' / ']' / '}') .)+;
Expand Down

0 comments on commit aee527a

Please sign in to comment.