mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 01:29:35 +02:00
Merge pull request #13836 from overleaf/mj-bibtex-identifier
[lezer] Change bibtex identifier to deny-list GitOrigin-RevId: 005b256a22acbafbeefd641cec82460f603fbc7a
This commit is contained in:
committed by
Copybot
parent
a5fdfe4f7f
commit
b008c19dc3
@@ -5,7 +5,7 @@
|
||||
@tokens {
|
||||
Other { ![@ \t\n] ![@]* }
|
||||
whiteSpace { $[\t\n ]+ }
|
||||
Identifier { $[a-zA-Z:_0-9-/]+ }
|
||||
Identifier { ![,{} \t\n%]+ }
|
||||
StringName { $[a-zA-Z:_] $[a-zA-Z:_0-9-]* }
|
||||
FieldName {$[a-zA-Z-_0-9]+}
|
||||
LiteralString {
|
||||
|
||||
Reference in New Issue
Block a user