treesitter: add css support in vue files
This commit is contained in:
parent
e02b5d9e03
commit
db54c6be3a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ return {
|
|||
local config = require("nvim-treesitter.configs")
|
||||
|
||||
config.setup({
|
||||
ensure_installed = { "asm", "c", "javascript", "latex", "lua", "matlab", "meson", "sql", "toml", "typescript", "verilog", "vue" },
|
||||
ensure_installed = { "asm", "c", "css", "javascript", "latex", "lua", "matlab", "meson", "sql", "toml", "typescript", "verilog", "vue" },
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true }
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue