mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
vim-patch:9.0.0808: jsonnet filetype detection has a typo (#20753)
Problem: jsonnet filetype detection has a typo.
Solution: Change "libjsonnet" to "libsonnet". (Maxime Brunet, closes vim/vim#11412)
6c8bc37a10
This commit is contained in:
@@ -564,7 +564,7 @@ local extension = {
|
||||
json5 = 'json5',
|
||||
jsonc = 'jsonc',
|
||||
jsonnet = 'jsonnet',
|
||||
libjsonnet = 'jsonnet',
|
||||
libsonnet = 'jsonnet',
|
||||
jsp = 'jsp',
|
||||
jl = 'julia',
|
||||
kv = 'kivy',
|
||||
|
Reference in New Issue
Block a user