mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 01:42:17 +07:00
added lexer-level bytes/unicode detection added lexer-level docstring detection
5 lines
123 B
Python
5 lines
123 B
Python
def foo():
|
|
"""
|
|
Gallia est omnis divisa in partes tres, quarum unam incolumnt Belgae, aliam <caret>
|
|
"""
|
|
pass |