mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
[lezer] Allow slash in bibtex identifier
GitOrigin-RevId: 88f5cf069563940b1e42763babdc1e58d65c1d31
This commit is contained in:
committed by
Copybot
parent
1b12b51f51
commit
e0a3dfec36
@@ -4,7 +4,7 @@
|
||||
|
||||
@tokens {
|
||||
whiteSpace { @whitespace+ }
|
||||
Identifier { $[a-zA-Z:_0-9-]+ }
|
||||
Identifier { $[a-zA-Z:_0-9-/]+ }
|
||||
StringName { $[a-zA-Z:_] $[a-zA-Z:_0-9-]* }
|
||||
FieldName {$[a-zA-Z-_0-9]+}
|
||||
LiteralString {
|
||||
|
||||
Reference in New Issue
Block a user