Merge pull request #13769 from overleaf/mj-bibtex-enter
[lezer] Fix bug with bracket matching for bibtex GitOrigin-RevId: 2570bab50b73f05508af1bdeef0eab6aee4e02a9
This commit is contained in:
committed by
Copybot
parent
debb438128
commit
6aa4435fc3
@@ -57,18 +57,18 @@ Expression {
|
||||
}
|
||||
|
||||
@skip {}{
|
||||
bracedStringContents {
|
||||
BracedStringContents {
|
||||
(
|
||||
nonClosingBracedContents |
|
||||
nestedBracedString {
|
||||
OpenBracedContents
|
||||
bracedStringContents
|
||||
BracedStringContents
|
||||
CloseBracedContents
|
||||
}
|
||||
)*
|
||||
}
|
||||
BracedString {
|
||||
"{" bracedStringContents CloseBracedContents
|
||||
"{" BracedStringContents CloseBracedContents
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user