Fixed the /**/ case. It is now a comment
This commit is contained in:
@@ -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
Reference in New Issue
Block a user