feat: add good syntax highlighting for twig files
This commit is contained in:
parent
3e9480b891
commit
6927e675d5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ require'nvim-treesitter.configs'.setup {
|
||||||
-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).
|
-- Set this to `true` if you depend on 'syntax' being enabled (like for indentation).
|
||||||
-- Using this option may slow down your editor, and you may see some duplicate highlights.
|
-- Using this option may slow down your editor, and you may see some duplicate highlights.
|
||||||
-- Instead of true it can also be a list of languages
|
-- Instead of true it can also be a list of languages
|
||||||
additional_vim_regex_highlighting = { "php" }
|
additional_vim_regex_highlighting = { "php", "twig" }
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue