1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: blade is now officially in nvim-treesitter

This commit is contained in:
Henrik Hautakoski 2026-02-16 16:53:56 +01:00
parent d4a29b99b9
commit 4992b19c44
2 changed files with 1 additions and 10 deletions

View file

@ -50,15 +50,6 @@ return {
config = function(_, opts)
local parser_config = require("nvim-treesitter.parsers").get_parser_configs()
parser_config.blade = {
install_info = {
url = "https://github.com/EmranMR/tree-sitter-blade",
branch = "main",
files = { "src/parser.c" },
},
filetype = "blade",
}
parser_config.dotenv = {
install_info = {
url = "https://github.com/pnx/tree-sitter-dotenv",

View file

@ -2,7 +2,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = { "php", "php_only", "phpdoc", "sql", "csv" }
ensure_installed = { "php", "blade", "php_only", "phpdoc", "sql", "csv" }
}
},
{