feat(parser): add objectscript UDL parser

This commit is contained in:
Hannah 2026-03-16 10:19:15 -04:00
parent ebc3201290
commit bb4b04c82d
No known key found for this signature in database
GPG key ID: 0C1C205F4C354DE1
6 changed files with 462 additions and 0 deletions

View file

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