diff --git a/DemoApp/EditorViewController.swift b/DemoApp/EditorViewController.swift index 3acd8d9..d55fe55 100644 --- a/DemoApp/EditorViewController.swift +++ b/DemoApp/EditorViewController.swift @@ -19,7 +19,7 @@ class EditorViewController: NSViewController { textView.addPlugin( - NeonPlugin(theme: .default) + NeonPlugin(theme: .default, language: .swift) ) textView.backgroundColor = .controlBackgroundColor