Skip to content
Snippets Groups Projects
Commit 4f3f3c91 authored by Johannes Mey's avatar Johannes Mey
Browse files

all java types are valid relast types. fixes #20

parent 7a114f54
No related branches found
No related tags found
1 merge request!12Resolve "Grammar Bugs (VariableArityParameter and multiple catch types)"
...@@ -18,7 +18,7 @@ import com.intellij.psi.TokenType; ...@@ -18,7 +18,7 @@ import com.intellij.psi.TokenType;
WhiteSpace = [ ] | \t | \f | \n | \r | \r\n WhiteSpace = [ ] | \t | \f | \n | \r | \r\n
ID = [a-zA-Z$_][a-zA-Z0-9$_]* ID = [:jletter:] [:jletterdigit:]*
MultiLineComment = [/][*][^*]+[*]+([^*/][^*]*[*]+)*[/] MultiLineComment = [/][*][^*]+[*]+([^*/][^*]*[*]+)*[/]
DocComment = [/][*][*][^*]*[*]+([^*/][^*]*[*]+)*[/] DocComment = [/][*][*][^*]*[*]+([^*/][^*]*[*]+)*[/]
SingleLineComment = [/][/] [^\n\r]* (\n | \r | \r\n) SingleLineComment = [/][/] [^\n\r]* (\n | \r | \r\n)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment