From 52fc97f4f4407e7ad8924465c1c133a26e8825a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gast=C3=B3n=20Alvarez?= Date: Sun, 23 Jun 2024 03:08:20 +0200 Subject: [PATCH] Add "jsonl" as filetype for JSON lang (#11004) --- languages.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/languages.toml b/languages.toml index 4b8299e25349..eff4ca0626ed 100644 --- a/languages.toml +++ b/languages.toml @@ -431,6 +431,7 @@ file-types = [ "ts.map", "css.map", { glob = ".jslintrc" }, + "jsonl", "jsonld", { glob = ".vuerc" }, { glob = "composer.lock" },