DEV Community

Discussion on: Rendering Markdown in Xcode 9

Collapse
 
pepeek profile image
pepeek

It can be used even without the .xcodesamplecode.plist
Just set the file type in File Inspector (under Identity and Type) to markdown.
It is either set automatically based on extension or you can set it here manually.
Then choose "Editor -> Syntax Coloring -> Markdown".
xcode will remember this in project settings and will keep it after project is re-opened.

Enjoy!