Does anyone know of a WordPress plug-in that provides good syntax-highlighting for Swift code snippets?
I've tried about a dozen, spanning every library I can find - Prism.js, Enlighter.js, Highlight.js, VS Code, etc, but they're all pretty terrible; they just don't correctly parse even basic Swift syntax like property and function declarations. Prism.js via the Code Syntax Block plug-in seems to be the least bad of them all.