mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: treesitter: fix blade/php highlight
This commit is contained in:
parent
0ac177ee21
commit
23a91b642f
5 changed files with 66 additions and 1 deletions
|
|
@ -21,3 +21,10 @@ vim.opt.numberwidth = 6
|
|||
-- indent
|
||||
vim.opt.smartindent = true
|
||||
|
||||
-- Filetypes
|
||||
vim.filetype.add({
|
||||
pattern = {
|
||||
['.*%.blade%.php'] = 'blade',
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue