Skip to content

Commit 31bfa4e

Browse files
committed
by line
1 parent 4e2cb29 commit 31bfa4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/coderay/scanners/avrasm.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module CodeRay
22
module Scanners
33

4+
# by Andreas Schwarz
45
class AVRASM < Scanner
56

67
register_for :avrasm
@@ -44,7 +45,7 @@ def scan_tokens tokens, options
4445
elsif scan(/\.(\w*)/x)
4546
kind = :preprocessor
4647
state = :include_expected if self[1] == 'include'
47-
48+
4849
elsif scan(/@[0-9]+/)
4950
kind = :preprocessor
5051

0 commit comments

Comments
 (0)