Menu

#1383 Python f-strings not syntax highlighted

Initial
closed-invalid
nobody
5
2020-11-06
2020-10-16
SpiderDave
No
foo = 5
bar = f'test {foo+1}' # This is a formatted string literal, introduced in Python 3.6.

Read about f-strings here.

(Windows 7 Pro x64)

Discussion

  • Neil Hodgson

    Neil Hodgson - 2020-10-25

    f-string image

     
  • Neil Hodgson

    Neil Hodgson - 2020-11-06
    • labels: Scintilla --> Scintilla, python, lexilla
    • status: open --> closed-invalid
     
  • Neil Hodgson

    Neil Hodgson - 2020-11-06

    As the Python lexer recognizes f-strings, I am closing this request as invalid.

     

Log in to post a comment.