mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 02:04:23 +07:00
added lexer-level bytes/unicode detection added lexer-level docstring detection
16 lines
523 B
Plaintext
16 lines
523 B
Plaintext
PyFile:TrailingCommaInList.py
|
|
PyAssignmentStatement
|
|
PyTargetExpression: x
|
|
PsiElement(Py:IDENTIFIER)('x')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:EQ)('=')
|
|
PsiWhiteSpace(' ')
|
|
PyListLiteralExpression
|
|
PsiElement(Py:LBRACKET)('[')
|
|
PyStringLiteralExpression: a
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)(''a'')
|
|
PsiElement(Py:COMMA)(',')
|
|
PyStringLiteralExpression: b
|
|
PsiElement(Py:SINGLE_QUOTED_STRING)(''b'')
|
|
PsiElement(Py:COMMA)(',')
|
|
PsiElement(Py:RBRACKET)(']') |