small erlang fix

This commit is contained in:
wires 2025-04-14 15:25:52 -04:00
parent 7ed7144c97
commit 9c48f4f610
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM

View file

@ -88,8 +88,6 @@ vim.filetype.add({
xrl = 'erlang',
yrl = 'erlang',
src = 'erlang',
},
filename = {
['rebar.config'] = 'erlang',
config = 'erlang',
},
})