Skip to content

Commit

Permalink
add new symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Jan 8, 2017
1 parent 6677f79 commit 6216fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lexer.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var Lexer = function (tokens) {

// breaking symbols
var lexerSymbols = [
',', '=', ':', '(', ')', '[', ']', '{', '}', '@', '"', '\''
',', '=', ':', '(', ')', '[', ']', '{', '}', '@', '"', '\'', '\\', '<', '>'
];

// whitespace chars
Expand Down

0 comments on commit 6216fe0

Please sign in to comment.