File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ local filetypes = {
202202 [" node" ] = " node_modules" ,
203203 [" obj" ] = " obj" ,
204204 [" ocaml" ] = " ml" ,
205+ [" odin" ] = " odin" ,
205206 [" openscad" ] = " scad" ,
206207 [" opus" ] = " opus" ,
207208 [" otf" ] = " otf" ,
Original file line number Diff line number Diff line change @@ -2726,6 +2726,12 @@ local icons_by_file_extension = {
27262726 cterm_color = " 227" ,
27272727 name = " LibreOfficeGraphics" ,
27282728 },
2729+ [" odin" ] = {
2730+ icon = " " ,
2731+ color = " #3882D2" ,
2732+ cterm_color = " 32" ,
2733+ name = " Odin" ,
2734+ },
27292735 [" odp" ] = {
27302736 icon = " " ,
27312737 color = " #FE9C45" ,
Original file line number Diff line number Diff line change @@ -2726,6 +2726,12 @@ local icons_by_file_extension = {
27262726 cterm_color = " 236" ,
27272727 name = " LibreOfficeGraphics" ,
27282728 },
2729+ [" odin" ] = {
2730+ icon = " " ,
2731+ color = " #2a629e" ,
2732+ cterm_color = " 25" ,
2733+ name = " Odin" ,
2734+ },
27292735 [" odp" ] = {
27302736 icon = " " ,
27312737 color = " #7f4e22" ,
You can’t perform that action at this time.
0 commit comments