Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Remove note about exponent
Browse files Browse the repository at this point in the history
  • Loading branch information
sogaiu committed Jul 1, 2020
1 parent 416247a commit 8a7f8b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rouge/lexers/janet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ def name_token(name)
rule %r/-?\.\d+([eE][+-]?\d+)?/, Num::Float
rule %r/-?\d+/, Num::Integer
# XXX: r
# XXX: exponent

rule %r/@?"(\\.|[^"])*"/, Str
rule %r/'#{symbol}/, Str::Symbol
Expand Down

0 comments on commit 8a7f8b8

Please sign in to comment.