Skip to content

Commit

Permalink
Add notation for all non-obvious reserved namespaces
Browse files Browse the repository at this point in the history
Signed-off-by: David Sancho Moreno <[email protected]>
  • Loading branch information
davesnx authored and pitag-ha committed Mar 14, 2023
1 parent 8b8987c commit 3006ef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/name.ml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ module Reserved_namespaces = struct
let reserve ns = Hashtbl.add_exn tbl ~key:ns ~data:()
let () = reserve "merlin"
let () = reserve "reason"
let () = reserve "refmt"
let () = reserve "ns"
let () = reserve "res"
let () = reserve "refmt" (* reason *)
let () = reserve "ns" (* rescript *)
let () = reserve "res" (* rescript *)
let () = reserve "metaocaml"
let () = reserve "ocamlformat"

Expand Down

0 comments on commit 3006ef6

Please sign in to comment.