neovim/runtime/lua/vim
Christian Clason 4694ce6877
vim-patch:9.1.0188: filetype: no support for Vento files (#27935)
Problem:  Vento files are not recognized.
Solution: Recognize *.vto files as filetype "vento" (wrapperup)

Vento is a templating engine https://vento.js.org/

closes: vim/vim#14229

9f26e5a9bc

Co-authored-by: wrapperup <wrapperup4@gmail.com>
2024-03-20 05:31:44 +08:00
..
_meta vim-patch:9.1.0181: no overflow check for string formatting (#27863) 2024-03-15 08:05:59 +08:00
filetype vim-patch:ef387c062bb1 (#27553) 2024-02-21 06:29:53 +08:00
func feat(lua): add vim.func._memoize 2023-09-20 13:42:41 +01:00
lsp fix(lsp): create codelens request parameters for each buffer (#27699) 2024-03-17 21:04:59 +01:00
provider refactor: rewrite ruby provider in lua 2024-01-24 19:26:53 +01:00
treesitter refactor(treesitter): redesign query iterating 2024-03-19 14:24:59 +00:00
ui/clipboard fix(osc52): use nvim_chan_send() to stderr for copying (#26690) 2023-12-21 11:47:04 +08:00
_defaults.lua refactor(defaults): use getregion() for Visual mode gx (#27663) 2024-02-29 08:21:13 +08:00
_editor.lua docs(editorconfig): move to source 2024-03-10 23:20:44 +00:00
_init_packages.lua refactor(types): more fixes 2024-03-06 10:45:22 +00:00
_inspector.lua docs: support inline markdown 2024-03-09 11:21:55 +00:00
_meta.lua refactor(lsp): resolve the config-client entanglement 2024-02-13 14:49:20 +00:00
_options.lua docs: support inline markdown 2024-03-09 11:21:55 +00:00
_system.lua fix(vim.system): don't process non-fast events during wait() (#27300) 2024-02-02 21:52:01 +08:00
_watch.lua fix: move fswatch linux check inside of vim.schedule (#27824) 2024-03-12 15:15:55 +08:00
diagnostic.lua docs: support inline markdown 2024-03-09 11:21:55 +00:00
F.lua fix(diagnostic): typing 2024-01-16 09:33:10 +00:00
filetype.lua vim-patch:9.1.0188: filetype: no support for Vento files (#27935) 2024-03-20 05:31:44 +08:00
fs.lua fix(fs): use generics for better typing 2024-03-06 21:56:47 +00:00
func.lua feat(lua): add vim.func._memoize 2023-09-20 13:42:41 +01:00
glob.lua refactor(lua): refactored glob 2024-01-19 11:54:04 +00:00
health.lua fix(doc): improve doc generation of types using lpeg 2024-01-11 16:24:12 +00:00
highlight.lua refactor(lua): type annotations 2024-03-16 19:26:10 +00:00
inspect.lua
iter.lua docs: support inline markdown 2024-03-09 11:21:55 +00:00
keymap.lua refactor(lua): type annotations 2024-03-16 19:26:10 +00:00
loader.lua refactor(types): more fixes 2024-03-06 10:45:22 +00:00
lsp.lua feat(lua): deprecate vim.tbl_add_reverse_lookup 2024-03-07 10:24:34 +01:00
provider.lua refactor: create function for deferred loading 2024-02-03 16:53:41 +01:00
re.lua docs: auto-generate docs for vim.lpeg and vim.re 2024-01-14 11:08:33 +00:00
secure.lua refactor(lua): type annotations 2024-03-16 19:26:10 +00:00
shared.lua docs: more accurate typing for vim.tbl_extend 2024-03-10 23:20:26 +00:00
snippet.lua refactor(lua): type annotations 2024-03-16 19:26:10 +00:00
termcap.lua refactor(lua): type annotations 2024-03-16 19:26:10 +00:00
text.lua refactor(lua): type annotations 2024-03-16 19:26:10 +00:00
treesitter.lua docs: support inline markdown 2024-03-09 11:21:55 +00:00
ui.lua refactor(types): fix miscellaneous type warnings 2024-02-25 22:08:11 +00:00
uri.lua fix(lua): remove uri fragment from file paths (#27647) 2024-02-28 10:50:53 +01:00
version.lua docs: support inline markdown 2024-03-09 11:21:55 +00:00
vimhelp.lua docs: apply current colorscheme to default highlight groups 2023-12-20 18:58:40 +01:00