File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
exts/devin-lang/src/test/testData/parser Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ DevInFile
2
2
PsiElement(DevInTokenType.TEXT_SEGMENT)('解释如下的代码:')
3
3
PsiElement(DevInTokenType.NEWLINE)('\n')
4
4
PsiElement(DevInTokenType.NEWLINE)('\n')
5
- DevInCodeImpl (CODE)
5
+ CodeBlockElement (CODE)
6
6
PsiElement(DevInTokenType.CODE_BLOCK_START)('```')
7
7
DevInCodeContentsImpl(CODE_CONTENTS)
8
8
PsiElement(DevInTokenType.NEWLINE)('\n')
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ DevInFile
2
2
PsiElement(DevInTokenType.TEXT_SEGMENT)('解释如下的代码:')
3
3
PsiElement(DevInTokenType.NEWLINE)('\n')
4
4
PsiElement(DevInTokenType.NEWLINE)('\n')
5
- DevInCodeImpl (CODE)
5
+ CodeBlockElement (CODE)
6
6
PsiElement(DevInTokenType.CODE_BLOCK_START)('```')
7
7
PsiElement(DevInTokenType.LANGUAGE_ID)('java')
8
8
DevInCodeContentsImpl(CODE_CONTENTS)
You can’t perform that action at this time.
0 commit comments