Skip to content
Snippets Groups Projects
Commit ceb3e353 authored by http://jneen.net/'s avatar http://jneen.net/
Browse files

fix groovy comments at eof

closes #279
parent 684d2007
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -50,7 +50,7 @@ module Rouge
 
# whitespace
rule /[^\S\n]+/, Text
rule %r(//.*?\n), Comment::Single
rule %r(//.*?$), Comment::Single
rule %r(/[*].*?[*]/)m, Comment::Multiline
rule /@\w[\w\d.]*/, Name::Decorator
rule /(class|interface)\b/, Keyword::Declaration, :class
Loading
Loading
Loading
Loading
@@ -95,3 +95,5 @@ private class WorkflowParser {
map
}
}
// comment at "EOF"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment