Skip to content

Commit

Permalink
Allow for @ in atoms
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Torres committed Apr 13, 2012
1 parent 3570011 commit 429c9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zucchini_lexer.xrl
@@ -1,6 +1,6 @@
Definitions.

A = [a-zA-Z][a-zA-Z0-9_:\-\.]*[a-zA-Z0-9]
A = [a-zA-Z][a-zA-Z0-9_:@\-\.]*[a-zA-Z0-9]
D = [0-9]
S = [\s\t]

Expand Down

0 comments on commit 429c9e0

Please sign in to comment.