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 f9fc8ed commit 3eb3c27Copy full SHA for 3eb3c27
src/main/java/com/github/_1c_syntax/bsl/languageserver/diagnostics/TabAlignmentDiagnostic.java
@@ -19,7 +19,7 @@
19
)
20
public class TabAlignmentDiagnostic extends AbstractDiagnostic {
21
22
- private static final Pattern pattern = Pattern.compile("\\S[\\S ]*(\\t+)");
+ private static final Pattern pattern = Pattern.compile("\\S[\\S ]*(\\t+)(?!\\/\\/)");
23
24
@Override
25
public void check() {
src/test/resources/diagnostics/TabAlignmentDiagnostic.bsl
@@ -7,4 +7,6 @@ foo = foo;
7
F = ";
8
| foo ";
9
10
- // foo = foo;
+ // foo = foo;
11
+
12
+ ИЛИ ТипСообщения = "CSA" // Команда на изменение параметров подключения к адаптеру
0 commit comments