In Python 3.6, a raw format string can be introduced with the prefix `fr"...` or `rf"...` (etc., see https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals). Such constructs are currently not recognized (https://github.com/vim-python/python-syntax/blob/master/syntax/python.vim#L196.
In Python 3.6, a raw format string can be introduced with the prefix
fr"...orrf"...(etc., see https://docs.python.org/3/reference/lexical_analysis.html#string-and-bytes-literals). Such constructs are currently not recognized (https://github.com/vim-python/python-syntax/blob/master/syntax/python.vim#L196.