[不具合?] Pythonのシンタックスハイライトでシングル/ダブルクォーテーション内の三連ピリオドがシンタックスとして認識されてしまう #488
Closed
osamusg
started this conversation in
要望・アイデア・不具合
Replies: 2 comments
-
@osamusg |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
タイトル通りですが、要はMarkdownのコードブロック内で
print('...')
や
print("...")
と書くとクォーテーションが閉じないため、それ以下の行のリテラルとリテラル以外の認識が反転してしまう。
(以前はそんなことなかったような..)
print("'''")
や
print(',,,')
は問題なし。
Python以外の言語でどうなるかは調べていません。
Beta Was this translation helpful? Give feedback.
All reactions