diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/gallina_lexer.mll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gallina_lexer.mll b/tools/gallina_lexer.mll index e3a81912a8..98c838ed76 100644 --- a/tools/gallina_lexer.mll +++ b/tools/gallina_lexer.mll @@ -40,6 +40,7 @@ rule action = parse | "Definition" space { print "Definition "; body_def lexbuf; cRcpt := 1; action lexbuf } | "Hint" space { skip_until_point lexbuf ; action lexbuf } + | "Hints" space { skip_until_point lexbuf ; action lexbuf } | "Transparent" space { skip_until_point lexbuf ; action lexbuf } | "Immediate" space { skip_until_point lexbuf ; action lexbuf } | "Syntax" space { skip_until_point lexbuf ; action lexbuf } |
