Skip to content
Snippets Groups Projects

Feature/autoformat

Merged Johannes Mey requested to merge feature/autoformat into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -33,7 +33,7 @@ import com.intellij.psi.TokenType;
WhiteSpace = [ \t\n\r\f]
// TODO what is /**/ in Java? Is this caputered here?
SingleLineComment = "//" [^\n\r]* (\n | \r | \r\n)
SingleLineComment = "//" [^\n\r]*
FormalComment = "/**" [^*]* [*]+([^*/][^*]*[*]+)*[/]
MultiLineComment = "/*" [^*]+ [*]+([^*/][^*]*[*]+)*[/]
Loading