difftastic/vendored_parsers/tree-sitter-ocaml/test/highlight/constants.ml

15 lines
358 B
OCaml

let t = true
(* ^ constant *)
let c = 'c'
(* ^ string *)
let () = Printf.printf "string\n%d" 5
(* ^ punctuation.bracket *)
(* ^ string *)
(* ^ escape *)
(* ^ string.special *)
(* ^ number *)
let x = {id|string|id}
(* ^ string *)