We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a2d51 commit 4096d0dCopy full SHA for 4096d0d
src/main/java/com/github/cameltooling/lsp/internal/parser/CamelEIPParser.java
@@ -17,7 +17,7 @@ public CamelEIPParser(TextDocumentItem textDocumentItem) {
17
}
18
19
public boolean canPutEIP(Position position) {
20
- Pattern CHOICE_EIP_PATTERN = Pattern.compile("\\)\\s*.[c[h[o[i[c[e]?]?]?]?]?]?\\(?$", Pattern.MULTILINE);
+ Pattern CHOICE_EIP_PATTERN = Pattern.compile("\\)\\s*[.[c[h[o[i[c[e]?]?]?]?]?]?]?\\(?$", Pattern.MULTILINE);
21
ParserFileHelperUtil util = new ParserFileHelperUtil();
22
String textUntilPosition = util.getTextUntilPosition(document, position);
23
0 commit comments