Skip to content

Commit 3951747

Browse files
authored
feat: add dune icon (#621)
* feat: adding dune (ocaml build system) icon * fix: changing dune build icon to ocaml
1 parent 746ffbb commit 3951747

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

lua/nvim-web-devicons/default/icons_by_filename.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ return {
9696
["docker-compose.yaml"] = { icon = "󰡨", color = "#458EE6", cterm_color = "68", name = "Dockerfile" },
9797
["docker-compose.yml"] = { icon = "󰡨", color = "#458EE6", cterm_color = "68", name = "Dockerfile" },
9898
["dockerfile"] = { icon = "󰡨", color = "#458EE6", cterm_color = "68", name = "Dockerfile" },
99+
["dune"] = { icon = "", color = "#8a421e", cterm_color = "124", name = "Dunefile" },
99100
["eslint.config.cjs"] = { icon = "", color = "#4B32C3", cterm_color = "56", name = "Eslintrc" },
100101
["eslint.config.js"] = { icon = "", color = "#4B32C3", cterm_color = "56", name = "Eslintrc" },
101102
["eslint.config.mjs"] = { icon = "", color = "#4B32C3", cterm_color = "56", name = "Eslintrc" },

lua/nvim-web-devicons/filetypes.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ return {
4848
["drools"] = "drl",
4949
["dropbox"] = "dropbox",
5050
["dump"] = "dump",
51+
["dune"] = "dune",
5152
["editorconfig"] = ".editorconfig",
5253
["eex"] = "eex",
5354
["ejs"] = "ejs",

lua/nvim-web-devicons/light/icons_by_filename.lua

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)