]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/tex_cic_textual_parser/texCicTextualLexer.mll
Porting to the new "long-identifiers" editex lexer.
[helm.git] / helm / ocaml / tex_cic_textual_parser / texCicTextualLexer.mll
index 320162c752e8b3abb57b62e4e6e05249511e71d0..01ddd0cf302acdede1f9b14f086864077677ce10 100644 (file)
@@ -71,7 +71,7 @@ let conuri = baseuri "con"
 let varuri = baseuri "var"
 let indtyuri = baseuri "ind#1/" num
 let indconuri = baseuri "ind#1/" num "/" num
-let blanks = [' ' '\t' '\n' '~' '{' '}'] | "\\;"
+let blanks = [' ' '\t' '\n' '~' '{' '}'] | "\\;" | "\\rm"
 rule token =
  parse
     blanks      { token lexbuf } (* skip blanks *)