Skip to content

Commit

Permalink
fix: typo in arduino
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielkonge authored and lukas-reineke committed Dec 15, 2023
1 parent 7206c77 commit 5a433f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ibl/scope_languages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ M.cpp = vim.tbl_extend("keep", M.c, {
catch_clause = true,
requires_expression = true,
})
M.arduion = M.cpp
M.arduino = M.cpp
M.cuda = M.cpp
M.astro = M.html
M.glsl = M.c
Expand Down

0 comments on commit 5a433f0

Please sign in to comment.