mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
vim-patch:8.2.4191: json5 files are not recognized (#17180)
Problem: json5 files are not recognized.
Solution: Add a pattern for json5 files. (closes vim/vim#9601)
e15ebeffb3
This commit is contained in:
@@ -293,6 +293,7 @@ local extension = {
|
||||
webmanifest = "json",
|
||||
ipynb = "json",
|
||||
["json-patch"] = "json",
|
||||
json5 = "json5",
|
||||
jsonc = "jsonc",
|
||||
jsp = "jsp",
|
||||
jl = "julia",
|
||||
|
||||
Reference in New Issue
Block a user