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()
)
STTextView Source Code Syntax Highlighting with TreeSitter and Neon.
Add plugin package as a dependency of your application, then register/add it to the STTextView instance:
import NeonPlugin
textView.addPlugin(
NeonPlugin()
)