The space before the first element will output something nonsense. ``` > styler::style_text('a <- c( "TΔ", "An")') a <- c("TΔ",""An") > styler::style_text('a <- c("TΔ", "An")') a <- c("TΔ", "An") ``` The parsed data is nothing wrong. <img width="400px" src="https://user-images.githubusercontent.com/1592014/148444343-b746e8a9-6ccb-4cee-b8d1-9dfce27099dd.png"/>