Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rubychan/coderay
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Sep 3, 2017
2 parents f16a659 + 90f68d6 commit 3f4e3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coderay/scanners/java.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Java < Scanner
'"' => /[^\\"]+/,
'/' => /[^\\\/]+/,
} # :nodoc:
IDENT = /[a-zA-Z_][A-Za-z_0-9]*/ # :nodoc:
IDENT = /[[[:alpha:]]_][[[:alnum:]]_]*/ # :nodoc:

protected

Expand Down

0 comments on commit 3f4e3e0

Please sign in to comment.