view dot_config/nvim/filetype.lua @ 865:6326025918fa

feat: install custom helix build with mercurial support
author Zeger Van de Vannet <zeger@vandevan.net>
date Fri, 05 Apr 2024 18:47:56 +0200
parents a56cc75911b0
children
line wrap: on
line source

vim.filetype.add {
  extension = { xdc = 'xdc', ['do'] = 'tcl', make = 'make', bean = 'beancount' },
}