Skip to content

Commit

Permalink
Merge pull request #1358 from 1c-syntax/nixel2007-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Sep 14, 2020
2 parents 73c7367 + 456c425 commit 4002504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
api("org.eclipse.lsp4j", "org.eclipse.lsp4j", "0.9.0")

// 1c-syntax
api("com.github.1c-syntax", "bsl-parser", "0.15.0") {
api("com.github.1c-syntax", "bsl-parser", "0.16.0") {
exclude("com.tunnelvisionlabs", "antlr4-annotations")
exclude("com.ibm.icu", "*")
exclude("org.antlr", "ST4")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public final class Trees {
BSLParser.ANNOTATION_UKNOWN,
BSLParser.LINE_COMMENT,
BSLParser.WHITE_SPACE,
BSLParser.RULE_annotationParams
BSLParser.AMPERSAND
);

/**
Expand Down

0 comments on commit 4002504

Please sign in to comment.