zyedidia / micro

A modern and intuitive terminal-based text editor
https://micro-editor.github.io
MIT License
24.93k stars 1.17k forks source link

s/filename/filetype/ in `jsonnet` syntax file #3219

Closed dmaluka closed 6 months ago

dmaluka commented 6 months ago

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.