Skip to content

Commit

Permalink
feat: add vue to scope_languages
Browse files Browse the repository at this point in the history
  • Loading branch information
ynhhoJ authored and lukas-reineke committed Mar 14, 2024
1 parent a7d9be8 commit 3d08501
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/ibl/scope_languages.lua
Expand Up @@ -673,5 +673,8 @@ M.ocaml_interface = M.ocaml
M.svelte = M.html
M.tsx = vim.tbl_extend("keep", M.ecma, { jsx_element = true })
M.typescript = M.ecma
M.vue = vim.tbl_extend("keep", M.html, {
template_element = true,
})

return M

0 comments on commit 3d08501

Please sign in to comment.