mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
tex2lyx: consider recently added babel shorthands
This commit is contained in:
parent
97886db0fc
commit
a600ca5389
@ -3355,6 +3355,10 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer,
|
||||
|| p.next_token().asInput() == "="
|
||||
|| p.next_token().asInput() == "/"
|
||||
|| p.next_token().asInput() == "~"
|
||||
|| p.next_token().asInput() == "*"
|
||||
|| p.next_token().asInput() == ":"
|
||||
|| p.next_token().asInput() == "_"
|
||||
|| p.next_token().asInput() == "x"
|
||||
|| p.next_token().asInput() == "'"
|
||||
|| p.next_token().asInput() == "`"
|
||||
|| p.next_token().asInput() == "<"
|
||||
|
Loading…
Reference in New Issue
Block a user