feat: neovim - add syntax highlight for justfiles

This commit is contained in:
Ryan Yin
2024-06-28 17:36:40 +08:00
parent bcf5b8b1cb
commit 730906ebf2

View File

@@ -6,6 +6,7 @@ return {
dependencies = { dependencies = {
-- NOTE: additional parser -- NOTE: additional parser
{ "nushell/tree-sitter-nu" }, { "nushell/tree-sitter-nu" },
{ "IndianBoy42/tree-sitter-just" },
}, },
opts = function(_, opts) opts = function(_, opts)
opts.incremental_selection = { opts.incremental_selection = {