Package ortus.boxlang.runtime.cli
Interface ISyntaxHighlighter
public interface ISyntaxHighlighter
Interface for syntax highlighting implementations
-
Method Summary
-
Method Details
-
highlight
Apply syntax highlighting to input text- Parameters:
input- The raw input text- Returns:
- The input text with ANSI color codes applied
-