mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-10 09:00:20 +09: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:
@@ -1,4 +1,4 @@
|
||||
filename: jsonnet
|
||||
filetype: jsonnet
|
||||
|
||||
detect:
|
||||
filename: "\\.jsonnet$"
|
||||
|
||||
Reference in New Issue
Block a user