File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public class TypoDiagnostic extends AbstractDiagnostic {
7575 private static final Pattern SPACES_PATTERN = Pattern .compile ("\\ s+" );
7676 private static final Pattern QUOTE_PATTERN = Pattern .compile ("\" " );
7777 private static final String FORMAT_STRING_RU = "Л=|ЧЦ=|ЧДЦ=|ЧС=|ЧРД=|ЧРГ=|ЧН=|ЧВН=|ЧГ=|ЧО=|ДФ=|ДЛФ=|ДП=|БЛ=|БИ=" ;
78- private static final String FORMAT_STRING_EN = "|L=|ND=|NFD=0 |NS=|NDS=|NGS=|NZ=|NLZ=|NG=|NN=|NF=|DF=|DLF=|DE=|BF=|BT=" ;
78+ private static final String FORMAT_STRING_EN = "|L=|ND=|NFD=|NS=|NDS=|NGS=|NZ=|NLZ=|NG=|NN=|NF=|DF=|DLF=|DE=|BF=|BT=" ;
7979 private static final Pattern FORMAT_STRING_PATTERN =
8080 CaseInsensitivePattern .compile (FORMAT_STRING_RU + FORMAT_STRING_EN );
8181
You can’t perform that action at this time.
0 commit comments