Mercurial > dotfiles
view dot_config/nvim/filetype.lua @ 610:864493b0506a
make sure onedark is loaded to copy color settings from
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 20 Jul 2022 13:47:01 +0200 |
parents | 3d9a8768fdc8 |
children | a56cc75911b0 |
line wrap: on
line source
vim.filetype.add { extension = { xdc = 'xdc', ['do'] = 'tcl', make = 'make' }, }