Skip to content

Python: add bytes literals

Jonathan Poelen requested to merge jpoelen/syntax-highlighting:py into master
  • b'' (B-String) and rb''/br'' (Raw B-String)
  • remove ru string prefix (does not exist)
  • \ at the end of the string like String Char
  • fix " and ' with """...""" and '''...''' (error introduced by the previous commit)

Merge request reports