Source Code Syntax Highlighting
STTextView Source Code Syntax Highlighting with TreeSitter and Neon.
Installation
Add plugin package as a dependency of your application, then register/add it to the STTextView instance:
import NeonPlugin
textView.addPlugin(
NeonPlugin()
)