diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-03-13 20:17:51 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-04-08 18:39:49 +0200 |
commit | 9e2dbe43abe97c4e60b158e5fa52172468a2afb8 (patch) | |
tree | f58276e500d8ab0b84cdf74cc36fc73d4bca3892 /lib/syntax | |
parent | 0bdc640331b903532fb345930e7078752ba54a2d (diff) |
Declare the files to load from an external configuration file
Diffstat (limited to 'lib/syntax')
-rw-r--r-- | lib/syntax/importerSyntax.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax/importerSyntax.ml b/lib/syntax/importerSyntax.ml index 7788613..cfbba81 100644 --- a/lib/syntax/importerSyntax.ml +++ b/lib/syntax/importerSyntax.ml @@ -128,7 +128,7 @@ let dummy_conf = { source = { file = ""; tab = 0; name = "" }; version = latest_version; - locale = Some "C"; + locale = None; externals = []; columns = []; filters = []; |