Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
9d234c66
Commit
9d234c66
authored
Apr 22, 2012
by
Guillaume Melquiond
Browse files
Recognize "meta" as a keyword in why3doc.
parent
fc16f6f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/why3doc/doc_lexer.mll
View file @
9d234c66
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
Hashtbl
.
mem
ht
Hashtbl
.
mem
ht
let
is_keyword1
=
make_table
let
is_keyword1
=
make_table
[
"theory"
;
"end"
;
[
"theory"
;
"end"
;
"meta"
;
"type"
;
"constant"
;
"function"
;
"predicate"
;
"inductive"
;
"type"
;
"constant"
;
"function"
;
"predicate"
;
"inductive"
;
"clone"
;
"use"
;
"clone"
;
"use"
;
"import"
;
"export"
;
"axiom"
;
"goal"
;
"lemma"
;
]
"import"
;
"export"
;
"axiom"
;
"goal"
;
"lemma"
;
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment