nvim-tree / nvim-web-devicons

lua `fork` of vim-web-devicons for neovim
MIT License
1.92k stars 181 forks source link

feat: add bicep and bicepparam #461

Closed scottmckendry closed 1 month ago

scottmckendry commented 1 month ago

Now that I've added these filetypes to upstream vim and they have been merged into neovim, it makes sense to include them here 🙂

I've copied the colours from the official MSFT VSC*de extension: image

https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/overview?tabs=bicep

Let me know if any changes are required or if there are any questions!

gegoune commented 1 month ago

Thanks! Please run make to generate light colours too. (see https://github.com/nvim-tree/nvim-web-devicons/blob/master/CONTRIBUTING.md#building)

scottmckendry commented 1 month ago

Oops! Done that now 🙂 thanks