summaryrefslogtreecommitdiff
path: root/lib/coderay/rule_based_scanner.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/coderay/rule_based_scanner.rb')
-rw-r--r--lib/coderay/rule_based_scanner.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/coderay/rule_based_scanner.rb b/lib/coderay/rule_based_scanner.rb
index 3022ec9..56edcfc 100644
--- a/lib/coderay/rule_based_scanner.rb
+++ b/lib/coderay/rule_based_scanner.rb
@@ -369,6 +369,10 @@ module CodeRay
@state = :initial
end
+ def close_groups encoder, states
+ # TODO
+ end
+
end
end
end \ No newline at end of file