Skip to content

Commit e4ce7fe

Browse files
committed
hotfix: import of SyntaxHighlighter in cli package
1 parent 1cad414 commit e4ce7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/main/kotlin/elide/tool/cli/cmd/repl/ToolShellCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import org.graalvm.polyglot.Value
2626
import org.graalvm.polyglot.management.ExecutionEvent
2727
import org.graalvm.polyglot.management.ExecutionListener
2828
import org.jline.builtins.ConfigurationPath
29-
import org.jline.builtins.Nano.SyntaxHighlighter
29+
import org.jline.builtins.SyntaxHighlighter
3030
import org.jline.console.impl.Builtins
3131
import org.jline.console.impl.SystemHighlighter
3232
import org.jline.console.impl.SystemRegistryImpl

0 commit comments

Comments
 (0)