Skip to content

Commit

Permalink
feat: add angular to scope_languages
Browse files Browse the repository at this point in the history
  • Loading branch information
ynhhoJ committed Mar 8, 2024
1 parent a227bfc commit f6a1687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/ibl/scope_languages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ M.cpp = vim.tbl_extend("keep", M.c, {
catch_clause = true,
requires_expression = true,
})
M.angular = M.html
M.arduino = M.cpp
M.cuda = M.cpp
M.astro = M.html
Expand Down

0 comments on commit f6a1687

Please sign in to comment.