blob: 3650d37fef9c19553cf52bc4687d420a4ca30d1e (
plain) (
blame)
1
2
3
4
5
6
|
-- [nfnl] Compiled from post.fnl by https://github.com/Olical/nfnl, do not edit.
local fts = {{extension = {janet = "janet"}}, {extension = {cls = "latex"}}}
for _, v in ipairs(fts) do
vim.filetype.add(v)
end
return nil
|