Fixed the /**/ case. It is now a comment

This commit is contained in:
Andrey Breslav
2012-03-23 09:46:09 +01:00
parent 73baa8b65d
commit 77159a0d8e
4 changed files with 456 additions and 428 deletions
@@ -164,6 +164,10 @@ LONG_TEMPLATE_ENTRY_END=\}
// (Nested) comments
"/**/" {
return JetTokens.BLOCK_COMMENT;
}
"/**" {
pushState(DOC_COMMENT);
commentDepth = 0;
File diff suppressed because it is too large Load Diff