Is your feature request about something that is currently impossible or hard to do? Please describe the problem.
Jsonnet files are currently not recognized and require an extension: google/vim-jsonnet.
Describe the solution you'd like
Add Jsonnet support based on the Google plugin in Vim.
I may take a stab at it later, but I worry about license and proper crediting. There is more than one author and the plugin is distributed under the Apache license. I'm not sure how I should apply the license requirements here.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
The filetype detection is so trivial, it requires neither license nor crediting. Just open a PR adding the extensions to runtime/filetype.vim and src/testdir/test_filetype.vim.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
(The syntax and ftplugin files are a different matter; if you want these added to Vim's runtime files, you should open an issue at the vim-json repo asking for permission.)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #11073 as completed via 2a4c885.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
FYI I have opened PR #11412 for a correction: s/libjsonnet/libsonnet/ :)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()