mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:9.0.1565: json lines files are not recognized (#23677)
Problem: Json lines files are not recognized.
Solution: Add a pattern to detect "jsonl" files. (issue vim/vim#7520)
6fadbc1e8c
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -579,6 +579,7 @@ local extension = {
|
||||
['json-patch'] = 'json',
|
||||
json5 = 'json5',
|
||||
jsonc = 'jsonc',
|
||||
jsonl = 'jsonl',
|
||||
jsonnet = 'jsonnet',
|
||||
libsonnet = 'jsonnet',
|
||||
jsp = 'jsp',
|
||||
|
||||
Reference in New Issue
Block a user