mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 12:31:26 +07:00
IPython specific syntax is captured by console parser, including: * Multiline magic * Exclamation in suffixes * Double exclamation * Help syntax Test classes for console moved to separate package.
8 lines
232 B
Plaintext
8 lines
232 B
Plaintext
PyFile:shell3.py
|
|
PyEmptyExpression
|
|
PsiElement(Py:PLING)('!')
|
|
PsiElement(Py:IDENTIFIER)('mvim')
|
|
PsiWhiteSpace(' ')
|
|
PsiElement(Py:IDENTIFIER)('myfile')
|
|
PsiElement(Py:DOT)('.')
|
|
PsiElement(Py:IDENTIFIER)('txt') |