feat: add good syntax highlighting for twig files

This commit is contained in:
Simon Lasbrugnas 2023-08-11 13:38:51 +02:00
parent 3e9480b891
commit 6927e675d5
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -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" }
}, },
} }