KDoc lexer refactored (got rid of hacks and separate tokens for words). Fixed bug with isInComment(element) detection.
This commit is contained in:
committed by
Mikhael Bogdanov
parent
365f097904
commit
12e20378a2
@@ -27,7 +27,7 @@ JetFile: EOLsInComments.jet
|
||||
PsiWhiteSpace('\n ')
|
||||
KDoc
|
||||
PsiElement(KDOC_START)('/**')
|
||||
PsiWhiteSpace(' ')
|
||||
PsiElement(KDOC_TEXT)(' ')
|
||||
PsiElement(KDOC_END)('*/')
|
||||
PREFIX_EXPRESSION
|
||||
OPERATION_REFERENCE
|
||||
|
||||
Reference in New Issue
Block a user