Add "jsonl" as filetype for JSON lang (#11004)

pull/11032/head
Alejandro Gastón Alvarez 3 months ago committed by GitHub
parent 3706c0dc85
commit b894cf087b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -431,6 +431,7 @@ file-types = [
"ts.map", "ts.map",
"css.map", "css.map",
{ glob = ".jslintrc" }, { glob = ".jslintrc" },
"jsonl",
"jsonld", "jsonld",
{ glob = ".vuerc" }, { glob = ".vuerc" },
{ glob = "composer.lock" }, { glob = "composer.lock" },

Loading…
Cancel
Save