[OCaml] Add missing keywords to ocamlkw.swg
The asr, land, lor, lsl, lsr, lxor, mod, and nonrec keywords were missing from ocamlkw.swg.
This commit is contained in:
parent
f5d2e97228
commit
701dc125e1
1 changed files with 8 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
OCAMLKW(and);
|
||||
OCAMLKW(as);
|
||||
OCAMLKW(asr);
|
||||
OCAMLKW(assert);
|
||||
OCAMLKW(begin);
|
||||
OCAMLKW(class);
|
||||
|
|
@ -33,13 +34,20 @@ OCAMLKW(in);
|
|||
OCAMLKW(include);
|
||||
OCAMLKW(inherit);
|
||||
OCAMLKW(initializer);
|
||||
OCAMLKW(land);
|
||||
OCAMLKW(lazy);
|
||||
OCAMLKW(let);
|
||||
OCAMLKW(lor);
|
||||
OCAMLKW(lsl);
|
||||
OCAMLKW(lsr);
|
||||
OCAMLKW(lxor);
|
||||
OCAMLKW(match);
|
||||
OCAMLKW(method);
|
||||
OCAMLKW(mod);
|
||||
OCAMLKW(module);
|
||||
OCAMLKW(mutable);
|
||||
OCAMLKW(new);
|
||||
OCAMLKW(nonrec);
|
||||
OCAMLKW(object);
|
||||
OCAMLKW(of);
|
||||
OCAMLKW(open);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue