Post

Replies

Boosts

Views

Activity

Reply to How to add new programming language support to Xcode ?
Thanks for your answer 😉Yes, I already use Xcode for my C, Swift, Java, Python and HTML / JS projects. In fact, I'm trying to make Xcode my main IDE.Now, I would like to create my LaTeX documents with it. I could edit the Scheme to make it use `pdflatex` with the right arguments.The only things missing would be syntax coloring and auto-completion.I read docs and tutorials about Xcode Source Editor Extension you suggested me. But it doesn't seem to allow me to edit the syntax coloring.I saw a project already exists to use LaTeX on Xcode but it's latest supported version is Xcode 5... The project use "xclangspec" and "xcsynspec" files which seem to tell Xcode the syntax and how to color it. But it seems that those files cannot be use with Xcode 11, I didn't find quite anything about it on web.
Apr ’20