From 5e15341857e57671a3c617579e3d5dcc89040936 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 10 Jan 2025 22:06:06 +0100 Subject: Print the float numbers using the user locale --- lib/configuration/of_json.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/configuration/of_json.ml') diff --git a/lib/configuration/of_json.ml b/lib/configuration/of_json.ml index e6ee7a4..6ac59a2 100644 --- a/lib/configuration/of_json.ml +++ b/lib/configuration/of_json.ml @@ -123,6 +123,7 @@ let yojson_of_predicate () = `Null type t = Syntax.t = { version : int; [@default current_syntax] + locale : string option; source : table; externals : syntax_v1_extern list; [@default []] columns : path expression list; -- cgit v1.2.3