]> git.lyx.org Git - features.git/commitdiff
tex2lyx: consider recently added babel shorthands
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 24 Feb 2024 07:15:40 +0000 (08:15 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 24 Feb 2024 07:15:40 +0000 (08:15 +0100)
src/tex2lyx/text.cpp

index f5244fbaa59defb8813996edffb0da0bbb0d78a8..5f2a620567a2ce9ab622df7efc432c831568cbcf 100644 (file)
@@ -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() == "<"