Skip to content

Commit

Permalink
specify language
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Oct 5, 2023
1 parent 0fdb66e commit a37ac70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DemoApp/EditorViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class EditorViewController: NSViewController {


textView.addPlugin(
NeonPlugin(theme: .default)
NeonPlugin(theme: .default, language: .swift)
)

textView.backgroundColor = .controlBackgroundColor
Expand Down

0 comments on commit a37ac70

Please sign in to comment.