Skip to content
Snippets Groups Projects

Feature/autoformat

Merged Johannes Mey requested to merge feature/autoformat into develop

Files

+ 1
1
@@ -33,7 +33,7 @@ import com.intellij.psi.TokenType;
@@ -33,7 +33,7 @@ import com.intellij.psi.TokenType;
WhiteSpace = [ \t\n\r\f]
WhiteSpace = [ \t\n\r\f]
// TODO what is /**/ in Java? Is this caputered here?
// TODO what is /**/ in Java? Is this caputered here?
SingleLineComment = "//" [^\n\r]* (\n | \r | \r\n)
SingleLineComment = "//" [^\n\r]*
FormalComment = "/**" [^*]* [*]+([^*/][^*]*[*]+)*[/]
FormalComment = "/**" [^*]* [*]+([^*/][^*]*[*]+)*[/]
MultiLineComment = "/*" [^*]+ [*]+([^*/][^*]*[*]+)*[/]
MultiLineComment = "/*" [^*]+ [*]+([^*/][^*]*[*]+)*[/]
Loading