Skip to content

Commit

Permalink
Lands #41, ... identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed Nov 10, 2014
2 parents c9dbf83 + 0132dea commit 928b487
Show file tree
Hide file tree
Showing 6 changed files with 308 additions and 309 deletions.
Binary file modified screenshots/Color Settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/org/elixir_lang/Elixir.flex
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ INTEGER = {BINARY_INTEGER} | {DECIMAL_INTEGER} | {HEXADECIMAL_INTEGER} | {OCTAL_
IDENTIFIER_END = [?!]
IDENTIFIER_MIDDLE = [0-9a-zA-Z_]
IDENTIFIER_START = [a-z_]
IDENTIFIER = {IDENTIFIER_START} {IDENTIFIER_MIDDLE}* {IDENTIFIER_END}?
IDENTIFIER = ({IDENTIFIER_START} {IDENTIFIER_MIDDLE}* {IDENTIFIER_END}? | "...")

/*
* Interpolation
Expand Down
196 changes: 98 additions & 98 deletions src/org/elixir_lang/ElixirFlexLexer.java

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 928b487

Please sign in to comment.