feat(orca): add support for ORCA input files

This commit is contained in:
Kalman Szenes 2025-08-13 09:40:07 +02:00
parent bf0234010a
commit 22b1d7526a
6 changed files with 292 additions and 0 deletions

View file

@ -32,6 +32,7 @@ local filetypes = {
markdown = { 'pandoc' },
muttrc = { 'neomuttrc' },
ocaml_interface = { 'ocamlinterface' },
orca = { 'inp' },
perl = { 'pl' },
poe_filter = { 'poefilter' },
powershell = { 'ps1' },