Skip to content

Commit

Permalink
feat: add haxe (#394)
Browse files Browse the repository at this point in the history
* add haxe

* add haxe (forgot to commit after building)

* update haxe extension name

* update haxe
  • Loading branch information
bwkam authored Jan 29, 2024
1 parent 7fd8d7f commit 752169c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions lua/nvim-web-devicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ local filetypes = {
["gruntfile"] = "gruntfile",
["gulpfile"] = "gulpfile",
["haml"] = "haml",
["haxe"] = "hx",
["haskell"] = "hs",
["hbs"] = "hbs",
["heex"] = "heex",
Expand Down
8 changes: 7 additions & 1 deletion lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,12 @@ local icons_by_file_extension = {
cterm_color = "255",
name = "Haml",
},
["hx"] = {
icon = "",
color = "#ea8220",
cterm_color = "208",
name = "Haxe",
},
["hbs"] = {
icon = "",
color = "#f0772b",
Expand Down Expand Up @@ -1007,7 +1013,7 @@ local icons_by_file_extension = {
["ino"] = {
icon = "",
color = "#56b6c2",
cterm_color = "65",
cterm_color = "73",
name = "arduino",
},
["java"] = {
Expand Down
6 changes: 6 additions & 0 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,12 @@ local icons_by_file_extension = {
cterm_color = "236",
name = "Haml",
},
["hx"] = {
icon = "",
color = "#9c5715",
cterm_color = "130",
name = "Haxe",
},
["hbs"] = {
icon = "",
color = "#a04f1d",
Expand Down

0 comments on commit 752169c

Please sign in to comment.