mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
SSR: stricter definition of RegExp characters to avoid problems in e.g. WordTokenizer
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ import java.util.*;
|
||||
* @author Eugene.Kudelevsky
|
||||
*/
|
||||
public class StructuralSearchUtil {
|
||||
private static final String REG_EXP_META_CHARS = ".$|()[{^?*+\\";
|
||||
private static final String REG_EXP_META_CHARS = ".$|()[]{}^?*+\\";
|
||||
private static final Key<StructuralSearchProfile> STRUCTURAL_SEARCH_PROFILE_KEY = new Key<>("Structural Search Profile");
|
||||
private static LanguageFileType ourDefaultFileType = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user