Skip to content

Commit 183aa1e

Browse files
committed
fix '.'
1 parent 2649e28 commit 183aa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/coderay/scanners/bash.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def scan_tokens encoder, options
8787
kind = :comment
8888
elsif match = scan(/[^"]#/)
8989
kind = :ident
90-
elsif match = scan(/\.+/)
90+
elsif match = scan(/\.\.+/)
9191
kind = :plain
9292
elsif match = scan(/(?:\.|source)\s+/)
9393
kind = :reserved

0 commit comments

Comments
 (0)