neovim/runtime/lua
Santos Gallegos 8c9dab3e0d
fix(treesitter): use vim.highlight.priorities instead of hardcoded 100 (#24052)
Problem: Treesitter highlighting base priority cannot be customized.

Solution: Use `vim.highlight.priorities.treesitter` instead of hard-coded value.
2023-06-18 16:42:17 +02:00
..
nvim feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
provider feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
vim fix(treesitter): use vim.highlight.priorities instead of hardcoded 100 (#24052) 2023-06-18 16:42:17 +02:00
_vim9script.lua feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
editorconfig.lua fix(editorconfig): check that buffer is valid (#23922) 2023-06-05 11:53:13 -05:00
man.lua feat(lua): add vim.system() 2023-06-07 13:52:23 +01:00