mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
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:
parent
93dd8ca729
commit
08028cf415
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
filename: jsonnet
|
||||
filetype: jsonnet
|
||||
|
||||
detect:
|
||||
filename: "\\.jsonnet$"
|
||||
|
|
|
|||
Loading…
Reference in a new issue