Sublime Text syntax: Python 3.6 f-strings Sublime Text syntax: Python 3.6 f-strings python python

Sublime Text syntax: Python 3.6 f-strings


There was an update to syntax highlighting in BUILD 3127 (Which includes: Significant improvements to Python syntax highlighting).

However, a couple users have stated that in BUILD 3176 syntax highlighting still is not set to correctly highlight Python expressions that are located within f strings. According to @Jollywatt, it is set to source.python f"string.quoted.double.block {constant.other.placeholder}" rather than f"string.quoted.double.block {source.python}"

It looks like Sublime uses this tool, PackageDev, "to ease the creation of snippets, syntax definitions, etc. for Sublime Text."