mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02:00
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
498981b5d1
commit
761082de2d
@@ -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