feat(parsers): Add objectscript

This commit is contained in:
Dave McCaldon 2025-11-04 06:20:54 -05:00
parent 65a266bf69
commit b8085c5aec
No known key found for this signature in database
GPG key ID: 9A28A772F21A6342
7 changed files with 444 additions and 0 deletions

View file

@ -31,6 +31,7 @@ local filetypes = {
make = { 'automake' },
markdown = { 'pandoc' },
muttrc = { 'neomuttrc' },
objectscript = { 'objectscript', 'udl' },
ocaml_interface = { 'ocamlinterface' },
perl = { 'pl' },
poe_filter = { 'poefilter' },