s/filename/filetype/ in jsonnet syntax file

This typo causes a funny bug: the autodetected filetype for *.jsonnet
files is an empty string instead of "jsonnet".

Even funnier, when autocompleting "set filetype " (with the fix from
PR #3218), the first suggested filetype is this empty string.
This commit is contained in:
Dmytro Maluka
2024-03-26 01:10:08 +01:00
parent 93dd8ca729
commit 08028cf415

View File

@@ -1,4 +1,4 @@
filename: jsonnet
filetype: jsonnet
detect:
filename: "\\.jsonnet$"