- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for Highlighters (0.04 seconds)
-
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/ShellInvoker.java
LineReader reader = LineReaderBuilder.builder() .terminal(context.terminal) .history(new DefaultHistory()) .highlighter(new ReplHighlighter()) .completer(systemRegistry.completer()) .parser(parser) .variable(LineReader.LIST_MAX, 50) // max tab completion candidates
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Oct 16 06:12:36 GMT 2025 - 10.1K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/doc/RestTestsFromSnippetsTask.groovy
import java.nio.file.Path /** * Generates REST tests for each snippet marked // TEST. */ class RestTestsFromSnippetsTask extends SnippetsTask { /** * These languages aren't supported by the syntax highlighter so we * shouldn't use them. */ private static final List BAD_LANGUAGES = ['json', 'javascript'] /** * Test setups defined in the build instead of the docs so they can beCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 19.5K bytes - Click Count (0)